3 references to _0_cannot_be_null_or_whitespace
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
InitializeParameter\AddParameterCheckTests.cs (1)
1919
throw new ArgumentException($""{string.Format(FeaturesResources.
_0_cannot_be_null_or_whitespace
, "{nameof(s)}").Replace("""
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
560
nameof(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)
503
Throw New ArgumentException($""{String.Format(FeaturesResources.
_0_cannot_be_null_or_whitespace
, "{NameOf(s)}").Replace("""", """""")}"", NameOf(s))