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