53 references to AcceptCharset
CodeGenerator (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Http.Features (2)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.OutputCaching.Tests (3)
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1195if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
1431if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
1679if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
2076if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.Ordinal))
2207yield return HeaderNames.AcceptCharset;
2543yield return new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, AcceptCharset);
2751HttpSysRequestHeader.AcceptCharset => HeaderNames.AcceptCharset,
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1195if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
1431if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
1679if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
2076if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.Ordinal))
2207yield return HeaderNames.AcceptCharset;
2543yield return new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, AcceptCharset);
2751HttpSysRequestHeader.AcceptCharset => HeaderNames.AcceptCharset,
Microsoft.AspNetCore.Server.Kestrel.Core (19)
Internal\Http\HttpHeaders.Generated.cs (19)
285HeaderNames.AcceptCharset,
3322if (ReferenceEquals(HeaderNames.AcceptCharset, key))
3341if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase))
4109if (ReferenceEquals(HeaderNames.AcceptCharset, key))
4121if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase))
5112if (ReferenceEquals(HeaderNames.AcceptCharset, key))
5132if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase))
6219if (ReferenceEquals(HeaderNames.AcceptCharset, key))
6239if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase))
7109array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, _headers._AcceptCharset);
7777nameStr = HeaderNames.AcceptCharset;
7962nameStr = HeaderNames.AcceptCharset;
8449_current = new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, _collection._headers._AcceptCharset);
9944if (!TryGetUnknown(HeaderNames.AcceptCharset, ref value))
9953ValidateHeaderValueCharacters(HeaderNames.AcceptCharset, value, EncodingSelector);
9954SetValueUnknown(HeaderNames.AcceptCharset, value);
15641if (!TryGetUnknown(HeaderNames.AcceptCharset, ref value))
15650ValidateHeaderValueCharacters(HeaderNames.AcceptCharset, value, EncodingSelector);
15651SetValueUnknown(HeaderNames.AcceptCharset, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Shared.Tests (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1195if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
1431if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
1679if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase))
2076if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.Ordinal))
2207yield return HeaderNames.AcceptCharset;
2543yield return new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, AcceptCharset);
2751HttpSysRequestHeader.AcceptCharset => HeaderNames.AcceptCharset,