18 references to GetCustomDebugInformation
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (5)
Emit\EditAndContinue\EditAndContinueTests.cs (1)
12461Assert.Empty(pdbReader.CustomDebugInformation.Select(cdi => pdbReader.GetGuid(pdbReader.GetCustomDebugInformation(cdi).Kind)));
PDB\PDBSourceLinkTests.cs (1)
95let cdi = pdbReader.GetCustomDebugInformation(cdiHandle)
PDB\PortablePdbTests.cs (2)
313let cdi = pdbReader.GetCustomDebugInformation(cdiHandle) 356let cdi = pdbReader.GetCustomDebugInformation(cdiHandle)
PDB\TypeDefinitionDocumentTests.cs (1)
477let entry = pdbReader.GetCustomDebugInformation(handle)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
433var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (1)
138var info = reader.GetCustomDebugInformation(infoHandle);
PdbSourceDocument\DocumentDebugInfoReader.cs (3)
72var cdi = _pdbReader.GetCustomDebugInformation(cdiHandle); 95var cdi = _pdbReader.GetCustomDebugInformation(cdiHandle); 112var customDebugInformation = _pdbReader.GetCustomDebugInformation(handle);
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
159var cdi = pdbReader.GetCustomDebugInformation(cdiHandle);
Microsoft.CodeAnalysis.Rebuild (2)
CompilationOptionsReader.cs (2)
200let cdi = PdbReader.GetCustomDebugInformation(handle) 430let cdi = PdbReader.GetCustomDebugInformation(cdiHandle)
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\MetadataReaderUtils.cs (2)
266let cdi = reader.GetCustomDebugInformation(handle) 274let cdi = reader.GetCustomDebugInformation(handle)
PDB\DeterministicBuildCompilationTestHelpers.cs (1)
100let cdi = pdbReader.GetCustomDebugInformation(cdiHandle)
Roslyn.Test.PdbUtilities (1)
Reader\PdbTestUtilities.cs (1)
71var info = reader.GetCustomDebugInformation(infoHandle);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
22public static CustomDebugInformation GetCustomDebugInformation(this CustomDebugInformationHandle handle, MetadataReader reader) => reader.GetCustomDebugInformation(handle);