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