4 implementations of ArgumentCount
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (1)
142public int ArgumentCount => _sourceAttribute.ArgumentCount;
Emit\EditAndContinue\DeletedCustomAttribute.cs (1)
18public int ArgumentCount => OldDefinition.ArgumentCount;
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\AttributeDataAdapter.cs (1)
72int Cci.ICustomAttribute.ArgumentCount
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\AttributeDataAdapter.vb (1)
42Private ReadOnly Property ArgumentCount As Integer Implements Cci.ICustomAttribute.ArgumentCount
3 references to ArgumentCount
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (1)
142public int ArgumentCount => _sourceAttribute.ArgumentCount;
Emit\EditAndContinue\DeletedCustomAttribute.cs (1)
18public int ArgumentCount => OldDefinition.ArgumentCount;
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\AttributeDataAdapter.vb (1)
42Private ReadOnly Property ArgumentCount As Integer Implements Cci.ICustomAttribute.ArgumentCount