1 write to _typeInfo
System.Net.Http.Json (1)
System\Net\Http\Json\JsonContent.cs (1)
31_typeInfo = jsonTypeInfo;
5 references to _typeInfo
System.Net.Http.Json (5)
System\Net\Http\Json\JsonContent.cs (4)
19public Type ObjectType => _typeInfo.Type; 119: JsonSerializer.SerializeAsync(targetStream, Value, _typeInfo, cancellationToken); 131await JsonSerializer.SerializeAsync(transcodingStream, Value, _typeInfo, cancellationToken).ConfigureAwait(false); 135JsonSerializer.Serialize(transcodingStream, Value, _typeInfo);
System\Net\Http\Json\JsonContent.netcoreapp.cs (1)
22JsonSerializer.Serialize(stream, Value, _typeInfo);