2 references to HintNameUniquePerGenerator
Microsoft.CodeAnalysis (2)
SourceGeneration\AdditionalSourcesCollection.cs (2)
78throw new ArgumentException(string.Format(CodeAnalysisResources.HintNameUniquePerGenerator, hintName), nameof(hintName)); 129throw new ArgumentException(string.Format(CodeAnalysisResources.HintNameUniquePerGenerator, source.HintName), "hintName");