15 references to GetCustomDebugInformation
Microsoft.CodeAnalysis (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
881var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (5)
Emit\EditAndContinue\EditAndContinueTests.cs (1)
13462Assert.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.Debugging.Package (1)
CustomDebugInfoReader.cs (1)
881var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.Features (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
881var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.Rebuild (2)
CompilationOptionsReader.cs (2)
201let cdi = PdbReader.GetCustomDebugInformation(handle) 431let cdi = PdbReader.GetCustomDebugInformation(cdiHandle)
Microsoft.CodeAnalysis.Test.Utilities (3)
Metadata\MetadataReaderUtils.cs (2)
268let cdi = reader.GetCustomDebugInformation(handle) 276let cdi = reader.GetCustomDebugInformation(handle)
PDB\DeterministicBuildCompilationTestHelpers.cs (1)
100let cdi = pdbReader.GetCustomDebugInformation(cdiHandle)
Roslyn.Test.PdbUtilities (1)
Reader\PdbTestUtilities.cs (1)
70var 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);