9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
160BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType); 428BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol); 638BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType); 644BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType); 927BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType); 933BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType); 1076BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType); 1096boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType); 1116boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);