2 references to FixResolution
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\TestForNaNCorrectly.Fixer.cs (2)
71
return new
FixResolution
(binaryExpressionSyntax, systemTypeLeft, nanIsLeftOperand: true, isEqualsOperator);
77
return new
FixResolution
(binaryExpressionSyntax, systemTypeRight, nanIsLeftOperand: false, isEqualsOperator);