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