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