2 instantiations of StateMachineScopeDebugInformation
Mono.Cecil (1)
Mono.Cecil\AssemblyReader.cs (1)
3203
var state_machine = new
StateMachineScopeDebugInformation
();
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
126
var state_machine = new
StateMachineScopeDebugInformation
();
13 references to StateMachineScopeDebugInformation
Mono.Cecil (9)
Mono.Cecil.Cil\CodeReader.cs (3)
393
var
state_machine_scope = custom_infos [i] as
StateMachineScopeDebugInformation
;
417
void ReadStateMachineScope (
StateMachineScopeDebugInformation
state_machine_scope)
Mono.Cecil.Cil\MethodBody.cs (2)
339
case
StateMachineScopeDebugInformation
state_machine_scope:
370
void UpdateStateMachineScope (
StateMachineScopeDebugInformation
debugInfo, ref InstructionOffsetResolver resolver)
Mono.Cecil\AssemblyReader.cs (2)
3193
if (rows [i].Col1 ==
StateMachineScopeDebugInformation
.KindIdentifier) {
3203
var
state_machine = new StateMachineScopeDebugInformation ();
Mono.Cecil\AssemblyWriter.cs (2)
2432
AddStateMachineScopeDebugInformation (provider, (
StateMachineScopeDebugInformation
) custom_info);
2446
void AddStateMachineScopeDebugInformation (ICustomDebugInformationProvider provider,
StateMachineScopeDebugInformation
state_machine_scope)
Mono.Cecil.Pdb (4)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
126
var
state_machine = new StateMachineScopeDebugInformation ();
Mono.Cecil.Pdb\NativePdbWriter.cs (3)
103
var
state_machine = info.CustomDebugInformations.FirstOrDefault (cdi => cdi.Kind == CustomDebugInformationKind.StateMachineScope) as
StateMachineScopeDebugInformation
;
318
public void WriteIteratorScopes (
StateMachineScopeDebugInformation
state_machine, MethodDebugInformation debug_info)