2 writes to _ContentLocation
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
335
_ContentLocation
= nativeValue;
346
_ContentLocation
= value.Count > 0 ? value : default;
3 references to _ContentLocation
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (3)
340
return
_ContentLocation
.Count > 0 ?
_ContentLocation
: StringValues.Empty;
2807
HttpSysRequestHeader.ContentLocation => (_flag0 & 0x800u) != 0 ?
_ContentLocation
.Count > 0 : _requestMemoryBlob.HasKnownHeader(HttpSysRequestHeader.ContentLocation),