3 references to PopulateDeclSecurityTableRowsFor
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.cs (3)
2153
this.
PopulateDeclSecurityTableRowsFor
(EntityHandle.AssemblyDefinition, module.GetSourceAssemblySecurityAttributes());
2163
this.
PopulateDeclSecurityTableRowsFor
(GetTypeDefinitionHandle(typeDef), typeDef.SecurityAttributes);
2173
this.
PopulateDeclSecurityTableRowsFor
(GetMethodDefinitionHandle(methodDef), methodDef.SecurityAttributes);