1 implementation of IsChecked
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4396public bool IsChecked { get; }
3 references to IsChecked
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
5389isChecked: operation.IsChecked,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
582LogLoopStatementHeader(operation, operation.IsChecked);
Compilation\TestOperationVisitor.cs (1)
312_ = operation.IsChecked;