9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
160BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType);
427BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol);
636BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType);
642BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
925BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
931BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
1074BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
1094boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType);
1114boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);