4 implementations of AllowMultiple
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (1)
161
public bool
AllowMultiple
=> _sourceAttribute.AllowMultiple;
Emit\EditAndContinue\DeletedCustomAttribute.cs (1)
22
public bool
AllowMultiple
=> OldDefinition.AllowMultiple;
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\AttributeDataAdapter.cs (1)
94
bool Cci.ICustomAttribute.
AllowMultiple
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\AttributeDataAdapter.vb (1)
59
Private ReadOnly Property
AllowMultiple1
As Boolean Implements Cci.ICustomAttribute.AllowMultiple
4 references to AllowMultiple
Microsoft.CodeAnalysis (3)
CodeGen\PermissionSetAttribute.cs (1)
161
public bool AllowMultiple => _sourceAttribute.
AllowMultiple
;
Emit\EditAndContinue\DeletedCustomAttribute.cs (1)
22
public bool AllowMultiple => OldDefinition.
AllowMultiple
;
PEWriter\MetadataWriter.cs (1)
2052
parentHandle = GetDummyAssemblyAttributeParent(isSecurity, customAttribute.
AllowMultiple
);
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\AttributeDataAdapter.vb (1)
59
Private ReadOnly Property AllowMultiple1 As Boolean Implements Cci.ICustomAttribute.
AllowMultiple