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)
194GCRefMapDecoder decoder = new(_target, gcRefMapBlob); 355GCRefMapDecoder 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)
194GCRefMapDecoder decoder = new(_target, gcRefMapBlob); 199ref GCRefMapDecoder decoder, 355GCRefMapDecoder decoder = new(blob);