9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
166BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType); 432BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol); 628BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType); 634BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType); 917BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType); 923BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType); 1066BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType); 1086boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType); 1106boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);