5 references to StateMachineMethod
Mono.Cecil (5)
Mono.Cecil.PE\Image.cs (1)
162
|| HasTable (Table.
StateMachineMethod
)
Mono.Cecil.PE\ImageReader.cs (1)
722
case Table.
StateMachineMethod
:
Mono.Cecil\AssemblyReader.cs (1)
3133
var length = MoveTo (Table.
StateMachineMethod
);
Mono.Cecil\AssemblyWriter.cs (2)
942
this.state_machine_method_table = GetTable<StateMachineMethodTable> (Table.
StateMachineMethod
);
968
this.state_machine_method_table = GetTable<StateMachineMethodTable> (Table.
StateMachineMethod
);