4 implementations of NamedArgumentCount
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (1)
147
public ushort
NamedArgumentCount
Emit\EditAndContinue\DeletedCustomAttribute.cs (1)
20
public ushort
NamedArgumentCount
=> OldDefinition.NamedArgumentCount;
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\AttributeDataAdapter.cs (1)
80
ushort Cci.ICustomAttribute.
NamedArgumentCount
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\AttributeDataAdapter.vb (1)
48
Private ReadOnly Property
NamedArgumentCount
As UShort Implements Cci.ICustomAttribute.NamedArgumentCount
5 references to NamedArgumentCount
Microsoft.CodeAnalysis (4)
CodeGen\PermissionSetAttribute.cs (1)
151
Debug.Assert(_sourceAttribute.
NamedArgumentCount
== 1);
Emit\EditAndContinue\DeletedCustomAttribute.cs (1)
20
public ushort NamedArgumentCount => OldDefinition.
NamedArgumentCount
;
PEWriter\MetadataWriter.cs (2)
3430
SerializeCustomAttributeNamedArguments(in attributeContext, namedArgsEncoder.Count(customAttribute.
NamedArgumentCount
), customAttribute);
3711
var namedArgsEncoder = new BlobEncoder(customAttributeArgsBuilder).PermissionSetArguments(customAttribute.
NamedArgumentCount
);
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\AttributeDataAdapter.vb (1)
48
Private ReadOnly Property NamedArgumentCount As UShort Implements Cci.ICustomAttribute.
NamedArgumentCount