6 references to ToDebugInformationHandle
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (3)
113
var debugInformationHandle = ((MethodDefinitionHandle)MetadataTokens.EntityHandle(methodToken)).
ToDebugInformationHandle
();
138
var debugInformationHandle = ((MethodDefinitionHandle)MetadataTokens.EntityHandle(methodToken)).
ToDebugInformationHandle
();
199
var debugInformationHandle = MetadataTokens.MethodDefinitionHandle(methodToken).
ToDebugInformationHandle
();
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
137
=> _pdbReader.GetMethodDebugInformation(methodHandle.
ToDebugInformationHandle
()).LocalSignature;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\PortablePdbReader.cs (1)
118
var handle = ((MethodDefinitionHandle)MetadataTokens.Handle(methodToken)).
ToDebugInformationHandle
();
System.Diagnostics.StackTrace (1)
System\Diagnostics\StackTraceSymbols.cs (1)
67
MethodDebugInformationHandle methodDebugHandle = ((MethodDefinitionHandle)handle).
ToDebugInformationHandle
();