3 instantiations of GCRefMapDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\FrameHandling\X86FrameHandler.cs (1)
56GCRefMapDecoder decoder = new(blob);
Contracts\StackWalk\GC\GcScanner.cs (2)
195GCRefMapDecoder decoder = new(_target, gcRefMapBlob); 356GCRefMapDecoder decoder = new(blob);
4 references to GCRefMapDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\FrameHandling\X86FrameHandler.cs (1)
56GCRefMapDecoder decoder = new(blob);
Contracts\StackWalk\GC\GcScanner.cs (3)
195GCRefMapDecoder decoder = new(_target, gcRefMapBlob); 200ref GCRefMapDecoder decoder, 356GCRefMapDecoder decoder = new(blob);