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