3 overrides of GetDebugInfo
ilc (1)
EcmaOnlyDebugInformationProvider.cs (1)
13
public override MethodDebugInformation
GetDebugInfo
(MethodIL methodIL)
ILCompiler.Compiler (2)
Compiler\DebugInformationProvider.cs (1)
24
public override MethodDebugInformation
GetDebugInfo
(MethodIL methodIL)
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
34
public override MethodDebugInformation
GetDebugInfo
(MethodIL methodIL)
2 references to GetDebugInfo
ILCompiler.Compiler (2)
Compiler\Compilation.cs (1)
158
return _debugInformationProvider.
GetDebugInfo
(methodIL);
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
36
MethodDebugInformation debugInfo = _wrappedProvider?.
GetDebugInfo
(methodIL);