1 write to Text
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSourceText.cs (1)
22
this.
Text
= text;
5 references to Text
Microsoft.CodeAnalysis (4)
SourceGeneration\GeneratorDriver.cs (3)
511
trees.Add(new GeneratedSyntaxTree(source.HintName, source.
Text
, tree));
540
&& ReferenceEquals(source.
Text
, previousTrees[j].Text)
548
trees.Add(new GeneratedSyntaxTree(source.HintName, source.
Text
, tree));
SourceGeneration\Nodes\AbstractSourceOutputNode.cs (1)
107
context.Sources.Add(text.HintName, text.
Text
);
Microsoft.CodeAnalysis.CSharp (1)
SourceGeneration\CSharpGeneratorDriver.cs (1)
71
=> CSharpSyntaxTree.ParseTextLazy(input.
Text
, (CSharpParseOptions)_state.ParseOptions, fileName);