7 references to StandAloneSig
Mono.Cecil (7)
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)
577
case Table.
StandAloneSig
:
Mono.Cecil\AssemblyReader.cs (3)
2118
if (!MoveTo (Table.
StandAloneSig
, token.RID))
2134
if (!MoveTo (Table.
StandAloneSig
, local_var_token.RID))
2419
if (!MoveTo (Table.
StandAloneSig
, token.RID))
Mono.Cecil\AssemblyWriter.cs (1)
921
this.standalone_sig_table = GetTable<StandAloneSigTable> (Table.
StandAloneSig
);