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