1 write to synchronizationInformation
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
297this.synchronizationInformation = new PdbSynchronizationInformation(bits);
4 references to synchronizationInformation
Mono.Cecil.Pdb (4)
Mono.Cecil.Pdb\NativePdbReader.cs (4)
135 if (function.synchronizationInformation != null) { 136 var async_debug_info = new AsyncMethodBodyDebugInformation ((int) function.synchronizationInformation.GeneratedCatchHandlerOffset); 138 foreach (var synchronization_point in function.synchronizationInformation.synchronizationPoints) { 146 symbol.StateMachineKickOffMethod = (MethodDefinition) method.Module.LookupToken ((int) function.synchronizationInformation.kickoffMethodToken);