3 references to _0_cannot_be_negative
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
CodeActions\InitializeParameter\AddParameterCheckTests.cs (2)
3491throw new ArgumentOutOfRangeException(nameof(num), num, $"{{string.Format(FeaturesResources._0_cannot_be_negative, "{nameof(num)}").Replace("\"", "\\\"")}}"); 3727throw new ArgumentOutOfRangeException(nameof(i), i, $"{{string.Format(FeaturesResources._0_cannot_be_negative, "{nameof(i)}").Replace("\"", "\\\"")}}");
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
751: FeaturesResources._0_cannot_be_negative, generator, parameterNameOfExpression)));