1 write to Text
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSourceText.cs (1)
22
this.
Text
= text;
2 references to Text
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorDriver.cs (1)
376
trees.Add(new GeneratedSyntaxTree(source.HintName, source.
Text
, tree));
SourceGeneration\Nodes\SourceOutputNode.cs (1)
113
context.Sources.Add(text.HintName, text.
Text
);