1 implementation of IsChecked
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6324public bool IsChecked { get; }
3 references to IsChecked
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2115operation.IsChecked, operation.OperatorMethod, operation.ConstrainedToType, PopOperand(), value, semanticModel: null,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1699if (operation.IsChecked)
Compilation\TestOperationVisitor.cs (1)
1192var isChecked = operation.IsChecked;