1 write to HintName
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
177
this.
HintName
= hintName;
5 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();
rzc (1)
GenerateCommand.cs (1)
353
var sourcePath = razorResult.GetFilePath(generated.
HintName
);