6 references to DeclSecurity
Mono.Cecil (6)
Mono.Cecil.Metadata\Utilities.cs (2)
582
Table.Module, Table.
DeclSecurity
, Table.Property, Table.Event, Table.StandAloneSig, Table.ModuleRef,
631
Table.Module, Table.
DeclSecurity
, Table.Property, Table.Event, Table.StandAloneSig, Table.ModuleRef,
Mono.Cecil.PE\ImageReader.cs (1)
564
case Table.
DeclSecurity
:
Mono.Cecil\AssemblyReader.cs (2)
2631
Table.
DeclSecurity
, () => {
2668
if (!MoveTo (Table.
DeclSecurity
, range.Start))
Mono.Cecil\AssemblyWriter.cs (1)
920
this.declsec_table = GetTable<DeclSecurityTable> (Table.
DeclSecurity
);