1 instantiation of SyntheticMethodDebugInformation
ILCompiler.Compiler (1)
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
141
return new
SyntheticMethodDebugInformation
(sequencePoints.ToArray());
1 reference to SyntheticMethodDebugInformation
ILCompiler.Compiler (1)
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
58
private
SyntheticMethodDebugInformation
GetDebugInformation(MethodIL methodIL)