1 implementation of IsChecked
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5661public bool IsChecked { get; }
9 references to IsChecked
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2230leftOperand = PopStackFrame(frame, new BinaryOperation(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.IsCompareText, 2543binOp.IsChecked, 2633binOp.IsChecked,
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SemanticFacts\ISemanticFactsExtensions.cs (2)
73if ((parentBinaryOp.IsChecked || innerBinaryOp.IsChecked) &&
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1196if (operation.IsChecked)
Compilation\TestOperationVisitor.cs (1)
768var isChecked = operation.IsChecked;
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SemanticFacts\ISemanticFactsExtensions.cs (2)
73if ((parentBinaryOp.IsChecked || innerBinaryOp.IsChecked) &&