2 references to From
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
309
return SourceText.
From
(reader, Length, Encoding.UTF8);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TextFactory\TextFactoryService.cs (1)
36
? SourceText.
From
(textReaderWithLength, textReaderWithLength.Length, encoding, checksumAlgorithm)