1 implementation of IsChecked
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5594
public bool
IsChecked
{ get; }
4 references to IsChecked
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2256
return new UnaryOperation(operation.OperatorKind, VisitRequired(operation.Operand), operation.IsLifted, operation.
IsChecked
,
2738
? new UnaryOperation(lastUnary.OperatorKind, condition, lastUnary.IsLifted, lastUnary.
IsChecked
,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1174
if (operation.
IsChecked
)
Compilation\TestOperationVisitor.cs (1)
752
var isChecked = operation.
IsChecked
;