1 write to HintName
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
177
this.
HintName
= hintName;
4 references to HintName
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (2)
362
generatedSource.
HintName
);
386
generatedSource.
HintName
,
Microsoft.Gen.Metrics.Unit.Tests (2)
EmitterTests.cs (2)
51
var result = r.First(x => x.
HintName
== "Factory.g.cs").SourceText.ToString();
54
result = r.First(x => x.
HintName
== "Metrics.g.cs").SourceText.ToString();