1 implementation of AllowMultiple
Microsoft.CodeAnalysis (1)
CodeGen\PermissionSetAttribute.cs (1)
161public bool AllowMultiple => _sourceAttribute.AllowMultiple;
2 references to AllowMultiple
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (1)
161public bool AllowMultiple => _sourceAttribute.AllowMultiple;
PEWriter\MetadataWriter.cs (1)
2061parentHandle = GetDummyAssemblyAttributeParent(isSecurity, customAttribute.AllowMultiple);