2 references to _0_cannot_be_null_or_whitespace
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\InitializeParameter\AddParameterCheckTests.cs (1)
1908throw new ArgumentException($"{{string.Format(FeaturesResources._0_cannot_be_null_or_whitespace, "{nameof(s)}").Replace("""
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
965nameof(string.IsNullOrWhiteSpace) => FeaturesResources._0_cannot_be_null_or_whitespace,