1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
143
_target
= target;
2 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (2)
147
TargetStream targetStream = new TargetStream(
_target
, _pGcInfo, /*arbitrary*/ 10000);
148
_reader = new NativeReader(targetStream,
_target
.IsLittleEndian);