3 references to TestForEmptyStringCorrectlyUsingStringLength
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (3)
24
private const string TestForEmptyStringCorrectlyUsingStringLength = nameof(
TestForEmptyStringCorrectlyUsingStringLength
);
52
context.RegisterCodeFix(CreateCodeAction(context,
TestForEmptyStringCorrectlyUsingStringLength
), context.Diagnostics);
87
else if (equivalenceKey ==
TestForEmptyStringCorrectlyUsingStringLength
)