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