1 implementation of LoopControlVariable
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4019
public IOperation
LoopControlVariable
{ get; }
9 references to LoopControlVariable
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
4688
operation.
LoopControlVariable
.Syntax, loopObject.Type,
4776
IOperation condition = tryCallObjectForLoopControlHelper(operation.
LoopControlVariable
.Syntax,
5328
switch (operation.
LoopControlVariable
.Kind)
5331
var declarator = (IVariableDeclaratorOperation)operation.
LoopControlVariable
;
5340
IOperation result = VisitRequired(operation.
LoopControlVariable
);
Microsoft.CodeAnalysis.CodeStyle (1)
OperationExtensions.cs (1)
135
else if (operation.Parent is IIncrementOrDecrementOperation || (operation.Parent is IForToLoopOperation forToLoopOperation && forToLoopOperation.
LoopControlVariable
.Equals(operation)))
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
584
Visit(operation.
LoopControlVariable
, "LoopControlVariable");
Compilation\TestOperationVisitor.cs (1)
324
children = new[] { operation.
LoopControlVariable
, operation.InitialValue, operation.LimitValue, operation.StepValue, operation.Body };
Microsoft.CodeAnalysis.Workspaces (1)
OperationExtensions.cs (1)
135
else if (operation.Parent is IIncrementOrDecrementOperation || (operation.Parent is IForToLoopOperation forToLoopOperation && forToLoopOperation.
LoopControlVariable
.Equals(operation)))