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