2 references to AsMemory
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
src\roslyn\src\Razor\src\Shared\Microsoft.AspNetCore.Razor.SharedUtilities\StringExtensions.cs (2)
235
return MemoryExtensions.
AsMemory
(text, startIndex);
354
return MemoryExtensions.
AsMemory
(text, startIndex);