9 references to MakeBoundLocal
Microsoft.CodeAnalysis.CSharp (9)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (9)
164BoundLocal boundEnumeratorVar = MakeBoundLocal(forEachSyntax, enumeratorVar, enumeratorType); 437BoundLocal boundDisposableVar = MakeBoundLocal(forEachSyntax, disposableVar, idisposableTypeSymbol); 635BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, collectionTemp, collectionType); 641BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType); 924BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType); 930BoundLocal boundPositionVar = MakeBoundLocal(forEachSyntax, positionVar, intType); 1073BoundLocal boundArrayVar = MakeBoundLocal(forEachSyntax, arrayVar, arrayType); 1093boundUpperVar[dimension] = MakeBoundLocal(forEachSyntax, upperVar[dimension], intType); 1113boundPositionVar[dimension] = MakeBoundLocal(forEachSyntax, positionVar[dimension], intType);