Implemented interface member:
28 references to
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionConverter.cs (1)
231var value = values[i];
Microsoft.AspNetCore.Http (1)
src\Http\Shared\CookieHeaderParserShared.cs (1)
30var value = values[i];
Microsoft.AspNetCore.Http.Abstractions (1)
Internal\HeaderSegmentCollection.cs (1)
173_header = _headers[_index] ?? string.Empty;
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\CollectionConverter.cs (1)
231var value = values[i];
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ValueProviderResult.cs (2)
107if (!string.Equals(x[i], y[i], StringComparison.Ordinal))
Microsoft.AspNetCore.OutputCaching (2)
CacheEntryHelpers.cs (1)
43var stringValue = stringValues[i];
OutputCacheEntryFormatter.cs (1)
158WriteCommonHeader(ref writer, header.Value[i]);
Microsoft.AspNetCore.ResponseCaching (3)
CacheEntry\CacheEntryHelpers.cs (1)
76var stringValue = stringValues[i];
ResponseCachingKeyProvider.cs (2)
109var header = varyByRules!.Headers[i] ?? string.Empty; 163var queryKey = varyByRules.QueryKeys[i] ?? string.Empty;
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (3)
554headerValue = headerValues[headerValueIndex] ?? string.Empty; 593headerValue = headerValues[headerValueIndex] ?? string.Empty; 648var headerValue = headerValues[headerValueIndex] ?? string.Empty;
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (2)
606var headerValue = headerValues[i]; 653var headerValue = headerValues[i];
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpHeaders.cs (3)
285ValidateHeaderValueCharacters(headerValues[i] ?? string.Empty, requireAscii); 354var value = connection[i].AsSpan(); 540var values = transferEncoding[i].AsSpan();
Internal\Http\HttpHeaders.Generated.cs (1)
15177var value = values[i];
Microsoft.Extensions.Primitives (3)
StringValues.cs (3)
124get => this[index]; 539if (left[i] != right[i])
Microsoft.Net.Http.Headers (5)
HeaderUtilities.cs (4)
242var segment = headerValues[i] ?? string.Empty; 251var tokenLength = HttpRuleParser.GetTokenLength(headerValues[i], current); 253&& string.Compare(headerValues[i], current, targetValue, 0, tokenLength, StringComparison.OrdinalIgnoreCase) == 0 298var segment = cacheControlDirectives[i] ?? string.Empty;
src\Http\Shared\CookieHeaderParserShared.cs (1)
30var value = values[i];