9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
126BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType);
363BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol);
545BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType);
551BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
724BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
730BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
848BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
868boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType);
888boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);