24 references to GetTemp
Microsoft.CodeAnalysis.CSharp (24)
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 (20)
137
BoundExpression input = _tempAllocator.
GetTemp
(evaluation.Input);
144
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
154
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
188
addArg(RefKind.Out, _tempAllocator.
GetTemp
(outputTemp));
211
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
249
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
262
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
274
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
288
indexerAccess = implicitAccess.WithLengthOrCountAccess(_tempAllocator.
GetTemp
(e.LengthTemp));
300
BoundExpression output = _tempAllocator.
GetTemp
(outputTemp);
307
BoundExpression left = _tempAllocator.
GetTemp
(e.Target);
308
BoundExpression right = _tempAllocator.
GetTemp
(e.Input);
348
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
488
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
489
BoundExpression output = _tempAllocator.
GetTemp
(evaluation.MakeResultTemp());
503
BoundExpression input = _tempAllocator.
GetTemp
(test.Input);
505
BoundExpression output = _tempAllocator.
GetTemp
(evaluation.MakeResultTemp());
582
BoundExpression inputTemp = _tempAllocator.
GetTemp
(inputDagTemp);
644
newArguments.Add(_tempAllocator.
GetTemp
(temp));
665
var tempToHoldInput = _tempAllocator.
GetTemp
(temp);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
288
BoundExpression right = _tempAllocator.
GetTemp
(binding.TempContainingValue);