9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
161BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType);
427BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol);
623BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType);
629BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
912BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
918BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
1061BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
1081boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType);
1101boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);