2 writes to _target
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
54
_target
= target;
64
_target
= null;
2 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\GC\GCRefMapDecoder.cs (2)
77
[MemberNotNullWhen(false, nameof(
_target
))]
92
x =
_target
.Read<byte>(_currentByte);