8 instantiations of TargetStream
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\DebugInfo\DebugInfo_1.cs (2)
80
NativeReader nibbleNativeReader = new(new
TargetStream
(_target, debugInfo, 24 /*maximum size of 4 32bit ints compressed*/), _target.IsLittleEndian);
105
NativeReader boundsNativeReader = new(new
TargetStream
(_target, addrBounds, cbBounds), _target.IsLittleEndian);
Contracts\DebugInfo\DebugInfo_2.cs (3)
60
NativeReader nibbleNativeReader = new(new
TargetStream
(_target, debugInfo, 42 /*maximum size of 7 32bit ints compressed*/), _target.IsLittleEndian);
113
NativeReader boundsNativeReader = new(new
TargetStream
(_target, addrBounds, cbBounds), _target.IsLittleEndian);
146
NativeReader varsNativeReader = new(new
TargetStream
(_target, chunks.VarsStart, chunks.VarsSize), _target.IsLittleEndian);
Contracts\EcmaMetadata_1.cs (1)
34
TargetStream stream =
new
(target, baseAddress, size);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
132
new
TargetStream
(Target, imageBase, debugInfoData.VirtualAddress + debugInfoData.Size),
Contracts\GCInfo\GCInfoDecoder.cs (1)
147
TargetStream targetStream = new
TargetStream
(_target, _pGcInfo, /*arbitrary*/ 10000);
2 references to TargetStream
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\EcmaMetadata_1.cs (1)
34
TargetStream
stream = new(target, baseAddress, size);
Contracts\GCInfo\GCInfoDecoder.cs (1)
147
TargetStream
targetStream = new TargetStream(_target, _pGcInfo, /*arbitrary*/ 10000);