22 references to GetTemp
Microsoft.CodeAnalysis.CSharp (22)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
360
BoundExpression inputTemp = _tempAllocator.
GetTemp
(BoundDagTemp.ForOriginalInput(loweredSwitchGoverningExpression));
506
LowerValueDispatchNode(n, _tempAllocator.
GetTemp
(input));
1185
BoundExpression right = _tempAllocator.
GetTemp
(binding.TempContainingValue);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (18)
137
BoundExpression input = _tempAllocator.
GetTemp
(evaluation.Input);
144
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
154
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
191
addArg(RefKind.Out, _tempAllocator.
GetTemp
(outputTemp));
211
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
248
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
261
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
273
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
287
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
299
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
341
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
475
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
476
BoundExpression output = _tempAllocator.
GetTemp
(new BoundDagTemp(evaluation.Syntax, typeEvaluation1.Type, evaluation));
490
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
492
BoundExpression output = _tempAllocator.
GetTemp
(new BoundDagTemp(evaluation.Syntax, baseType, evaluation));
569
BoundExpression inputTemp = _tempAllocator.
GetTemp
(inputDagTemp);
631
newArguments.Add(_tempAllocator.
GetTemp
(temp));
652
var tempToHoldInput = _tempAllocator.
GetTemp
(temp);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
288
BoundExpression right = _tempAllocator.
GetTemp
(binding.TempContainingValue);