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