2 writes to _parent
System.Net.Http (2)
System\Net\Http\Headers\HttpContentHeaders.cs (1)
112_parent = parent;
System\Net\Http\HttpContent.cs (1)
75headers._parent = this;
1 reference to _parent
System.Net.Http (1)
System\Net\Http\Headers\HttpContentHeaders.cs (1)
47long? calculatedLength = _parent.GetComputedOrBufferLength();