3 references to _0_cannot_be_null_or_whitespace
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
InitializeParameter\AddParameterCheckTests.cs (1)
1919throw new ArgumentException($""{string.Format(FeaturesResources._0_cannot_be_null_or_whitespace, "{nameof(s)}").Replace("""
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
560nameof(string.IsNullOrWhiteSpace) => new LocalizableResourceString(nameof(FeaturesResources._0_cannot_be_null_or_whitespace), FeaturesResources.ResourceManager, typeof(FeaturesResources)).ToString(),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
InitializeParameter\AddParameterCheckTests.vb (1)
503Throw New ArgumentException($""{String.Format(FeaturesResources._0_cannot_be_null_or_whitespace, "{NameOf(s)}").Replace("""", """""")}"", NameOf(s))