29 references to StringSegment
Microsoft.AspNetCore.Components (3)
Microsoft.AspNetCore.Http.Abstractions (2)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.Core (9)
src\aspnetcore\src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs (5)
107type = new StringSegment(input, current, typeLength);
136subType = new StringSegment(input, current, subtypeLength);
544name = new StringSegment(input, current, nameLength);
573value = new StringSegment(input, current + 1, valueLength - 2);
577value = new StringSegment(input, current, valueLength);
Microsoft.AspNetCore.Mvc.TagHelpers (3)
Microsoft.AspNetCore.Routing (8)
src\aspnetcore\src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs (5)
107type = new StringSegment(input, current, typeLength);
136subType = new StringSegment(input, current, subtypeLength);
544name = new StringSegment(input, current, nameLength);
573value = new StringSegment(input, current + 1, valueLength - 2);
577value = new StringSegment(input, current, valueLength);
Microsoft.Extensions.FileProviders.Embedded (1)
Microsoft.Extensions.Primitives (1)
Microsoft.Net.Http.Headers (1)