3 references to GetOperandOfPrefixUnaryExpression
Microsoft.CodeAnalysis.Features (2)
AbstractUseCoalesceExpressionForNullableTernaryConditionalCheckDiagnosticAnalyzer.cs (1)
73conditionNode = syntaxFacts.GetOperandOfPrefixUnaryExpression(conditionNode);
AbstractUseNullPropagationDiagnosticAnalyzer.cs (1)
209syntaxFacts.GetOperandOfPrefixUnaryExpression(condition));
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxGeneratorExtensions_Negate.cs (1)
497var operand = syntaxFacts.GetOperandOfPrefixUnaryExpression(expression);