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);
190
addArg(RefKind.Out, _tempAllocator.
GetTemp
(outputTemp));
209
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
246
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
259
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
271
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
285
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
297
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
339
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
473
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
474
BoundExpression output = _tempAllocator.
GetTemp
(new BoundDagTemp(evaluation.Syntax, typeEvaluation1.Type, evaluation));
488
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
490
BoundExpression output = _tempAllocator.
GetTemp
(new BoundDagTemp(evaluation.Syntax, baseType, evaluation));
567
BoundExpression inputTemp = _tempAllocator.
GetTemp
(inputDagTemp);
629
newArguments.Add(_tempAllocator.
GetTemp
(temp));
650
var tempToHoldInput = _tempAllocator.
GetTemp
(temp);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
288
BoundExpression right = _tempAllocator.
GetTemp
(binding.TempContainingValue);