1 write to HintName
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSyntaxTree.cs (1)
23
this.
HintName
= hintName;
9 references to HintName
Microsoft.CodeAnalysis (9)
SourceGeneration\CompilationCache.cs (1)
108
_preCompKeys.Add(new PreCompCacheKey(generatorIndex, tree.
HintName
, tree.Text, tree.Tree.Options));
SourceGeneration\GeneratorDriver.cs (8)
211
sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.
HintName
));
215
sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.
HintName
));
219
sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.
HintName
));
308
? ParseAdditionalSources(sourceGenerator, generatorState.PostInitTrees.SelectAsArray(t => new GeneratedSourceText(t.
HintName
, t.Text)), cancellationToken)
312
? ParseAdditionalSources(sourceGenerator, generatorState.PreCompilationTrees.SelectAsArray(t => new GeneratedSourceText(t.
HintName
, t.Text)), cancellationToken)
472
builder.Add(tree.
HintName
);
478
builder.Add(tree.
HintName
);
558
&& string.Equals(source.HintName, previousTrees[j].
HintName
, StringComparison.OrdinalIgnoreCase))