4 references to GetMethodDebugInformation
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
PDB\PortablePdbTests.cs (1)
56
var methodDebugInfo = pdbReader.
GetMethodDebugInformation
(methodHandle);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
66
var documentHandle = reader.
GetMethodDebugInformation
(methodHandle).Document;
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
42
var mdi = pdbReader.
GetMethodDebugInformation
(methodDefHandle);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
42
public static MethodDebugInformation GetMethodDebugInformation(this MethodDefinitionHandle handle, MetadataReader reader) => reader.
GetMethodDebugInformation
(handle);