1 write to UsesEqualsOperator
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (1)
178
UsesEqualsOperator
= usesEqualsOperator;
2 references to UsesEqualsOperator
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (2)
115
SyntaxNode replacementSyntax = fixResolution.
UsesEqualsOperator
? nullOrEmptyInvocationSyntax : editor.Generator.LogicalNotExpression(nullOrEmptyInvocationSyntax);
144
SyntaxNode replacementSyntax = fixResolution.
UsesEqualsOperator
?