1 write to HintName
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSyntaxTree.cs (1)
23
this.
HintName
= hintName;
3 references to HintName
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);