2 references to TryGetLiteralValue
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveRedundantEqualityDiagnosticAnalyzer.cs (2)
69
if (
TryGetLiteralValue
(rightOperand) == isOperatorEquals)
73
else if (
TryGetLiteralValue
(leftOperand) == isOperatorEquals)