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