9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
164BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType);
431BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol);
627BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType);
633BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
916BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
922BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType);
1065BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType);
1085boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType);
1105boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);