1 write to Text
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSyntaxTree.cs (1)
22this.Text = text;
3 references to Text
Microsoft.CodeAnalysis (3)
SourceGeneration\GeneratorDriver.cs (3)
222sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.HintName)); 226sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.HintName)); 308var reparsedInitSources = ParseAdditionalSources(sourceGenerator, generatorState.PostInitTrees.SelectAsArray(t => new GeneratedSourceText(t.HintName, t.Text)), cancellationToken);