3 references to Relational
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
AnalyzedPattern.cs (1)
199
Relational p => new
Relational
(Negate(p.OperatorKind), p.Value, p.Target),
CSharpUsePatternCombinatorsAnalyzer.cs (2)
106
=> new
Relational
(Flip(op.OperatorKind), left, op.RightOperand),
108
=> new
Relational
(op.OperatorKind, right, op.LeftOperand),