2 references to AsSpan
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
src\roslyn\src\Razor\src\Shared\Microsoft.AspNetCore.Razor.SharedUtilities\StringExtensions.cs (2)
63
return MemoryExtensions.
AsSpan
(text, startIndex);
182
return MemoryExtensions.
AsSpan
(text, startIndex);