1 write to SourceText
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
159this.SourceText = text;
6 references to SourceText
Microsoft.CodeAnalysis (4)
SourceGeneration\RunResults.cs (4)
152/// This contains the original <see cref="SourceText"/> added by the generator, along with the parsed representation of that text in <see cref="SyntaxTree"/>. 164/// The <see cref="SyntaxTree"/> that was produced from parsing the <see cref="GeneratedSourceResult.SourceText"/>. 169/// The <see cref="SourceText"/> that was added by the generator. 174/// An identifier provided by the generator that identifies the added <see cref="SourceText"/>.
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
895generatedSource.SourceText, 917generatedSource.SourceText,