1 write to HintName
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratedSyntaxTree.cs (1)
23this.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)
211sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.HintName)); 215sources.Add(new GeneratedSourceResult(tree.Tree, tree.Text, tree.HintName)); 219sources.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) 472builder.Add(tree.HintName); 478builder.Add(tree.HintName); 558&& string.Equals(source.HintName, previousTrees[j].HintName, StringComparison.OrdinalIgnoreCase))