6 references to TryGetCustomDebugInformation
Microsoft.CodeAnalysis (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
905
if (!pdbReader.
TryGetCustomDebugInformation
(EntityHandle.ModuleDefinition, PortableCustomDebugInfoKinds.CompilationOptions, out var customDebugInformation))
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (5)
PDB\MethodDebugInfo.Portable.cs (5)
392
hoistedLocalScopes = reader.
TryGetCustomDebugInformation
(methodHandle, PortableCustomDebugInfoKinds.StateMachineHoistedLocalScopes, out var info)
397
defaultNamespace = reader.
TryGetCustomDebugInformation
(EntityHandle.ModuleDefinition, PortableCustomDebugInfoKinds.DefaultNamespace, out info)
401
isPrimaryConstructor = reader.
TryGetCustomDebugInformation
(methodHandle, PortableCustomDebugInfoKinds.PrimaryConstructorInformationBlob, out _);
407
if (reader.
TryGetCustomDebugInformation
(variableOrConstantHandle, PortableCustomDebugInfoKinds.DynamicLocalVariables, out var info))
418
if (reader.
TryGetCustomDebugInformation
(variableOrConstantHandle, PortableCustomDebugInfoKinds.TupleElementNames, out var info))