5 references to TryGetCustomDebugInformation
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
146=> _pdbReader.TryGetCustomDebugInformation(methodHandle, kind, out var cdi)
PdbSourceDocument\DocumentDebugInfoReader.cs (2)
70if (!_pdbReader.TryGetCustomDebugInformation(EntityHandle.ModuleDefinition, PortableCustomDebugInfoKinds.SourceLink, out var cdi) || cdi.Value.IsNil) 82=> _pdbReader.TryGetCustomDebugInformation(handle, PortableCustomDebugInfoKinds.EmbeddedSource, out var cdi)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
156if (pdbReader.TryGetCustomDebugInformation(typeDefHandle, PortableCustomDebugInfoKinds.TypeDefinitionDocuments, out var cdi) &&
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
905if (!pdbReader.TryGetCustomDebugInformation(EntityHandle.ModuleDefinition, PortableCustomDebugInfoKinds.CompilationOptions, out var customDebugInformation))