3 writes to _contentLengthText
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (3)
134
_contentLengthText
= rawValue;
152
_contentLengthText
= HeaderUtilities.FormatNonNegativeInt64(value.Value);
159
_contentLengthText
= StringValues.Empty;
2 references to _contentLengthText
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (2)
125
if (
_contentLengthText
.Equals(rawValue))
153
this[HeaderNames.ContentLength] =
_contentLengthText
;