1 implementation of IsChecked
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5634
public bool
IsChecked
{ get; }
2 references to IsChecked
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2266
return new UnaryOperation(operation.OperatorKind, VisitRequired(operation.Operand), operation.IsLifted, operation.
IsChecked
,
2748
? new UnaryOperation(lastUnary.OperatorKind, condition, lastUnary.IsLifted, lastUnary.
IsChecked
,