4 references to AsSpan
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeWriter.cs (3)
363var chunks = page.Value.AsSpan(chunkIndex); 416var chunks = page.Value.AsSpan(chunkIndex); 509var chunks = page.Value.AsSpan(chunkIndex);
Language\CodeGeneration\RuntimeNodeWriter.cs (1)
323htmlContent.Span.CopyTo(content.AsSpan(contentIndex));