9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
160BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType);
426BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol);
622BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType);
628BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
911BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
917BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
1060BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
1080boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType);
1100boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);