3 writes to _contentLengthText
Microsoft.AspNetCore.Server.IIS (3)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (3)
190_contentLengthText = rawValue; 207_contentLengthText = HeaderUtilities.FormatNonNegativeInt64(value.Value); 214_contentLengthText = StringValues.Empty;
2 references to _contentLengthText
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (2)
181if (_contentLengthText.Equals(rawValue)) 208this[HeaderNames.ContentLength] = _contentLengthText;