6 references to GetMethodDebugInformation
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (2)
115
var debugInformation = _reader.
GetMethodDebugInformation
(debugInformationHandle);
140
var debugInformation = _reader.
GetMethodDebugInformation
(debugInformationHandle);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
137
=> _pdbReader.
GetMethodDebugInformation
(methodHandle.ToDebugInformationHandle()).LocalSignature;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\PortablePdbReader.cs (1)
153
var methodDebugDefinition = _reader.
GetMethodDebugInformation
(handle);
System.Diagnostics.StackTrace (1)
System\Diagnostics\StackTraceSymbols.cs (1)
68
MethodDebugInformation methodInfo = reader.
GetMethodDebugInformation
(methodDebugHandle);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
41
public static MethodDebugInformation GetMethodDebugInformation(this MethodDebugInformationHandle handle, MetadataReader reader) => reader.
GetMethodDebugInformation
(handle);