2 writes to ContentLength
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1686ContentLength = value; 2090ContentLength = default;
7 references to ContentLength
Microsoft.AspNetCore.Shared.Tests (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1201return ContentLength.Count > 0; 1438value = ContentLength; 2241if (ContentLength.Count > 0) 2409if (ContentLength.Count > 0) 2411yield return ContentLength; 2577if (ContentLength.Count > 0) 2579yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, ContentLength);