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