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