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