1 implementation of IsCompareText
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5702
public bool
IsCompareText
{ get; }
3 references to IsCompareText
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2240
leftOperand = PopStackFrame(frame, new BinaryOperation(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.
IsCompareText
,
2554
binOp.
IsCompareText
,
2644
binOp.
IsCompareText
,