3 references to ToDebugInformationHandle
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
102
var globalDebugHandle = globalHandle.
ToDebugInformationHandle
();
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (1)
119
=> _pdbReader.GetMethodDebugInformation(methodHandle.
ToDebugInformationHandle
()).LocalSignature;
System.Diagnostics.StackTrace (1)
System\Diagnostics\StackTraceSymbols.cs (1)
67
MethodDebugInformationHandle methodDebugHandle = ((MethodDefinitionHandle)handle).
ToDebugInformationHandle
();