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