8 references to GetCustomDebugInformation
dotnet-sourcelink (2)
Program.cs (2)
496
foreach (var cdiHandle in metadataReader.
GetCustomDebugInformation
(handle))
510
foreach (var cdiHandle in metadataReader.
GetCustomDebugInformation
(handle))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (1)
215
foreach (CustomDebugInformationHandle cdiHandle in _reader.
GetCustomDebugInformation
(Handle.ModuleDefinition))
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
879
foreach (var infoHandle in reader.
GetCustomDebugInformation
(handle))
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
879
foreach (var infoHandle in reader.
GetCustomDebugInformation
(handle))
Microsoft.CodeAnalysis.Rebuild (2)
CompilationOptionsReader.cs (2)
204
var bytes = (from handle in PdbReader.
GetCustomDebugInformation
(document)
434
var blobs = from cdiHandle in PdbReader.
GetCustomDebugInformation
(EntityHandle.ModuleDefinition)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
23
public static CustomDebugInformationHandleCollection GetCustomDebugInformation(this EntityHandle handle, MetadataReader reader) => reader.
GetCustomDebugInformation
(handle);