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