1 write to Text
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorHtmlDocument.cs (1)
16Text = text;
3 references to Text
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntegrationTestBase.cs (2)
393File.WriteAllText(baselineFullPath, htmlDocument.Text.ToString(), _baselineEncoding); 406var actual = htmlDocument.Text.ToString().Replace("\r", "").Replace("\n", "\r\n");
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\RazorCodeDocumentExtensions.cs (1)
38=> GetCachedData(document).GetOrComputeHtmlDocument(cancellationToken).Text;