3 references to TrySetTemp
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (3)
530
bool tempAssigned = _tempAllocator.
TrySetTemp
(inputDagTemp, loweredInput);
546
_ = _tempAllocator.
TrySetTemp
(binding.TempContainingValue, binding.VariableAccess);
644
if (canShareInputs && (expr.Kind == BoundKind.Parameter || expr.Kind == BoundKind.Local) && _tempAllocator.
TrySetTemp
(temp, expr))