4 implementations of SecurityAttributes
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (1)
1075public IEnumerable<Cci.SecurityAttribute> SecurityAttributes
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
60public IEnumerable<SecurityAttribute> SecurityAttributes
Emit\NoPia\CommonEmbeddedType.cs (1)
516IEnumerable<Cci.SecurityAttribute> Cci.ITypeDefinition.SecurityAttributes
PEWriter\RootModuleType.cs (1)
213IEnumerable<SecurityAttribute> ITypeDefinition.SecurityAttributes
2 references to SecurityAttributes
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (1)
2169this.PopulateDeclSecurityTableRowsFor(GetTypeDefinitionHandle(typeDef), typeDef.SecurityAttributes);
PEWriter\ReferenceIndexerBase.cs (1)
286this.Visit(typeDefinition.SecurityAttributes);