3 implementations of SecurityAttributes
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
60public IEnumerable<SecurityAttribute> SecurityAttributes
Emit\NoPia\CommonEmbeddedType.cs (1)
515IEnumerable<Cci.SecurityAttribute> Cci.ITypeDefinition.SecurityAttributes
PEWriter\RootModuleType.cs (1)
211IEnumerable<SecurityAttribute> ITypeDefinition.SecurityAttributes
2 references to SecurityAttributes
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (1)
2160this.PopulateDeclSecurityTableRowsFor(GetTypeDefinitionHandle(typeDef), typeDef.SecurityAttributes);
PEWriter\ReferenceIndexerBase.cs (1)
286this.Visit(typeDefinition.SecurityAttributes);