8 references to GetCustomDebugInformation
dotnet-sourcelink (2)
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (1)
217CustomDebugInformation cdi = _reader.GetCustomDebugInformation(cdiHandle);
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
881var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
881var info = reader.GetCustomDebugInformation(infoHandle);
Microsoft.CodeAnalysis.Rebuild (2)
CompilationOptionsReader.cs (2)
205let cdi = PdbReader.GetCustomDebugInformation(handle) 435let cdi = PdbReader.GetCustomDebugInformation(cdiHandle)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
22public static CustomDebugInformation GetCustomDebugInformation(this CustomDebugInformationHandle handle, MetadataReader reader) => reader.GetCustomDebugInformation(handle);