1 implementation of NextVariables
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4250
public ImmutableArray<IOperation>
NextVariables
{ get; }
4 references to NextVariables
Microsoft.CodeAnalysis.VisualBasic.Features (4)
ConvertForEachToFor\VisualBasicConvertForEachToForCodeRefactoringProvider.vb (4)
170
If foreachOperation.
NextVariables
.Length > 1 Then
174
If foreachOperation.
NextVariables
.IsEmpty AndAlso foreachStatement.NextStatement Is Nothing Then
179
If Not foreachOperation.
NextVariables
.IsEmpty Then
180
Dim nextVariable = TryCast(foreachOperation.
NextVariables
(0), ILocalReferenceOperation)