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));
1193
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);
192
addArg(RefKind.Out, _tempAllocator.
GetTemp
(outputTemp));
214
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
252
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
265
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
277
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
291
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
303
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
345
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
485
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
486
BoundExpression output = _tempAllocator.
GetTemp
(new BoundDagTemp(evaluation.Syntax, typeEvaluation1.Type, evaluation));
500
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
502
BoundExpression output = _tempAllocator.
GetTemp
(new BoundDagTemp(evaluation.Syntax, baseType, evaluation));
579
BoundExpression inputTemp = _tempAllocator.
GetTemp
(inputDagTemp);
641
newArguments.Add(_tempAllocator.
GetTemp
(temp));
662
var tempToHoldInput = _tempAllocator.
GetTemp
(temp);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
288
BoundExpression right = _tempAllocator.
GetTemp
(binding.TempContainingValue);