3 references to TestForEmptyStringCorrectlyUsingIsNullOrEmpty
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (3)
23
private const string TestForEmptyStringCorrectlyUsingIsNullOrEmpty = nameof(
TestForEmptyStringCorrectlyUsingIsNullOrEmpty
);
51
context.RegisterCodeFix(CreateCodeAction(context,
TestForEmptyStringCorrectlyUsingIsNullOrEmpty
), context.Diagnostics);
83
if (equivalenceKey ==
TestForEmptyStringCorrectlyUsingIsNullOrEmpty
)