1 write to _content
System.Net.Http (1)
System\Net\Http\ReadOnlyMemoryContent.cs (1)
15_content = content;
7 references to _content
System.Net.Http (7)
System\Net\Http\ReadOnlyMemoryContent.cs (7)
19stream.Write(_content.Span); 23stream.WriteAsync(_content).AsTask(); 26stream.WriteAsync(_content, cancellationToken).AsTask(); 30length = _content.Length; 35new ReadOnlyMemoryStream(_content); 38Task.FromResult<Stream>(new ReadOnlyMemoryStream(_content)); 41new ReadOnlyMemoryStream(_content);