1 write to Text
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSourceText.cs (1)
22
this.
Text
= text;
3 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
);
Microsoft.CodeAnalysis.CSharp (1)
SourceGeneration\CSharpGeneratorDriver.cs (1)
71
=> CSharpSyntaxTree.ParseTextLazy(input.
Text
, (CSharpParseOptions)_state.ParseOptions, fileName);