1 implementation of IsChecked
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5288public bool IsChecked { get; }
9 references to IsChecked
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2213leftOperand = PopStackFrame(frame, new BinaryOperation(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.IsCompareText, 2526binOp.IsChecked, 2616binOp.IsChecked,
Microsoft.CodeAnalysis.CodeStyle (2)
ISemanticFactsExtensions.cs (2)
73if ((parentBinaryOp.IsChecked || innerBinaryOp.IsChecked) &&
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1187if (operation.IsChecked)
Compilation\TestOperationVisitor.cs (1)
750var isChecked = operation.IsChecked;
Microsoft.CodeAnalysis.Workspaces (2)
ISemanticFactsExtensions.cs (2)
73if ((parentBinaryOp.IsChecked || innerBinaryOp.IsChecked) &&