Implemented interface member:
property
CustomDebugInformations
Mono.Cecil.Cil.ICustomDebugInformationProvider.CustomDebugInformations
4 references to CustomDebugInformations
Mono.Cecil.Pdb (4)
Mono.Cecil.Pdb\NativePdbReader.cs (2)
132 symbol.CustomDebugInformations.Add (state_machine); 144 symbol.CustomDebugInformations.Add (async_debug_info);
Mono.Cecil.Pdb\NativePdbWriter.cs (2)
103 var state_machine = info.CustomDebugInformations.FirstOrDefault (cdi => cdi.Kind == CustomDebugInformationKind.StateMachineScope) as StateMachineScopeDebugInformation; 119 foreach (var custom_info in info.CustomDebugInformations) {