1 instantiation of CustomDebugInformation
System.Reflection.Metadata (1)
18 references to CustomDebugInformation
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (5)
PDB\MethodDebugInfo.Portable.cs (5)
392hoistedLocalScopes = TryGetCustomDebugInformation(reader, methodHandle, PortableCustomDebugInfoKinds.StateMachineHoistedLocalScopes, out var info)
407if (TryGetCustomDebugInformation(reader, variableOrConstantHandle, PortableCustomDebugInfoKinds.DynamicLocalVariables, out var info))
418if (TryGetCustomDebugInformation(reader, variableOrConstantHandle, PortableCustomDebugInfoKinds.TupleElementNames, out var info))
427private static bool TryGetCustomDebugInformation(MetadataReader reader, EntityHandle handle, Guid kind, out CustomDebugInformation customDebugInfo)
433var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.Features (7)
Roslyn.Test.PdbUtilities (4)
System.Reflection.Metadata (1)
System.Reflection.MetadataLoadContext (1)