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