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)
177sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.HintName)); 181sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.HintName)); 257var reparsedInitSources = ParseAdditionalSources(sourceGenerator, generatorState.PostInitTrees.SelectAsArray(t => new GeneratedSourceText(t.HintName, t.Text)), cancellationToken);