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