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