1 write to Text
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCSharpDocument.cs (1)
31Text = text;
5 references to Text
Microsoft.CodeAnalysis.Razor.Compiler (4)
SourceGenerators\RazorSourceGenerator.cs (4)
94var result = new SourceGeneratorText(codeGen.GetRequiredCSharpDocument().Text); 347return a.csharpDocument.Text.ContentEquals(b.csharpDocument.Text); 362context.AddSource(hintName, csharpDocument.Text);
rzc (1)
GenerateCommand.cs (1)
262var generatedCode = result.CSharpDocument.Text.ToString();