3 writes to _contentLengthText
Microsoft.AspNetCore.Server.HttpSys (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.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (2)
125if (_contentLengthText.Equals(rawValue)) 153this[HeaderNames.ContentLength] = _contentLengthText;