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