48 references to ContentLocation
CodeGenerator (1)
Microsoft.AspNetCore.Http.Features (2)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Server.HttpSys (8)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1223if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
1465if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
1713if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
2140if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.Ordinal))
2247yield return HeaderNames.ContentLocation;
2583yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, ContentLocation);
2761HttpSysRequestHeader.ContentLocation => HeaderNames.ContentLocation,
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Microsoft.AspNetCore.Server.IIS (8)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1223if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
1465if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
1713if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
2140if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.Ordinal))
2247yield return HeaderNames.ContentLocation;
2583yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, ContentLocation);
2761HttpSysRequestHeader.ContentLocation => HeaderNames.ContentLocation,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
308HeaderNames.ContentLocation,
2027if (!TryGetUnknown(HeaderNames.ContentLocation, ref value))
2036SetValueUnknown(HeaderNames.ContentLocation, value);
9328ValidateHeaderValueCharacters(HeaderNames.ContentLocation, value, EncodingSelector);
11423if (ReferenceEquals(HeaderNames.ContentLocation, key))
11469if (HeaderNames.ContentLocation.Equals(key, StringComparison.OrdinalIgnoreCase))
12074if (ReferenceEquals(HeaderNames.ContentLocation, key))
12105if (HeaderNames.ContentLocation.Equals(key, StringComparison.OrdinalIgnoreCase))
12871if (ReferenceEquals(HeaderNames.ContentLocation, key))
12922if (HeaderNames.ContentLocation.Equals(key, StringComparison.OrdinalIgnoreCase))
13763if (ReferenceEquals(HeaderNames.ContentLocation, key))
13814if (HeaderNames.ContentLocation.Equals(key, StringComparison.OrdinalIgnoreCase))
14607array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, _headers._ContentLocation);
15356_current = new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, _collection._headers._ContentLocation);
16037if (!TryGetUnknown(HeaderNames.ContentLocation, ref value))
16046ValidateHeaderValueCharacters(HeaderNames.ContentLocation, value, EncodingSelector);
16047SetValueUnknown(HeaderNames.ContentLocation, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Shared.Tests (8)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1223if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
1465if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
1713if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.OrdinalIgnoreCase))
2140if (string.Equals(key, HeaderNames.ContentLocation, StringComparison.Ordinal))
2247yield return HeaderNames.ContentLocation;
2583yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLocation, ContentLocation);
2761HttpSysRequestHeader.ContentLocation => HeaderNames.ContentLocation,