1 write to stream
Microsoft.NET.Build.Tasks (1)
WorkloadManifestReader.SystemTextJson.cs (1)
51this.stream = stream;
3 references to stream
Microsoft.NET.Build.Tasks (3)
WorkloadManifestReader.SystemTextJson.cs (3)
96var readCount = stream.Read(newBuffer, remaining, newBuffer.Length - remaining); 105reader = new Utf8JsonReader(span, stream.Position >= stream.Length, reader.CurrentState);