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