25 references to GetTemp
Microsoft.CodeAnalysis.CSharp (25)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
360BoundExpression inputTemp = _tempAllocator.GetTemp(BoundDagTemp.ForOriginalInput(loweredSwitchGoverningExpression)); 506LowerValueDispatchNode(n, _tempAllocator.GetTemp(input)); 1193BoundExpression right = _tempAllocator.GetTemp(binding.TempContainingValue);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (21)
137BoundExpression input = _tempAllocator.GetTemp(evaluation.Input); 144BoundExpression output = _tempAllocator.GetTemp(outputTemp); 154BoundExpression output = _tempAllocator.GetTemp(outputTemp); 188addArg(RefKind.Out, _tempAllocator.GetTemp(outputTemp)); 197returnValue = _tempAllocator.GetTemp(d.MakeReturnValueTemp()); 226BoundExpression output = _tempAllocator.GetTemp(outputTemp); 265BoundExpression output = _tempAllocator.GetTemp(outputTemp); 278indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.GetTemp(e.LengthTemp)); 290BoundExpression output = _tempAllocator.GetTemp(outputTemp); 304indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.GetTemp(e.LengthTemp)); 316BoundExpression output = _tempAllocator.GetTemp(outputTemp); 323BoundExpression left = _tempAllocator.GetTemp(e.Target); 324BoundExpression right = _tempAllocator.GetTemp(e.Input); 368BoundExpression input = _tempAllocator.GetTemp(test.Input); 508BoundExpression input = _tempAllocator.GetTemp(test.Input); 509BoundExpression output = _tempAllocator.GetTemp(evaluation.MakeResultTemp()); 523BoundExpression input = _tempAllocator.GetTemp(test.Input); 525BoundExpression output = _tempAllocator.GetTemp(evaluation.MakeResultTemp()); 602BoundExpression inputTemp = _tempAllocator.GetTemp(inputDagTemp); 664newArguments.Add(_tempAllocator.GetTemp(temp)); 685var tempToHoldInput = _tempAllocator.GetTemp(temp);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
288BoundExpression right = _tempAllocator.GetTemp(binding.TempContainingValue);