17 references to Spill
Microsoft.CodeAnalysis.CSharp (16)
Lowering\LocalRewriter\LocalRewriter_Await.cs (1)
48
kind: SynthesizedLocalKind.
Spill
);
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
55
var countTemp = CaptureExpressionInTempIfNeeded(rewrittenCount, sideEffects, locals, SynthesizedLocalKind.
Spill
);
Lowering\SpillSequenceSpiller.cs (9)
398
if (local.LocalSymbol.SynthesizedKind == SynthesizedLocalKind.
Spill
|| refKind != RefKind.None)
446
kind: SynthesizedLocalKind.
Spill
,
925
var tmp = _F.SynthesizedLocal(node.Type, kind: SynthesizedLocalKind.
Spill
, syntax: _F.Syntax);
1064
var tmp = _F.SynthesizedLocal(node.Type, kind: SynthesizedLocalKind.
Spill
, syntax: _F.Syntax);
1152
var tmp = _F.SynthesizedLocal(node.Type, kind: SynthesizedLocalKind.
Spill
, syntax: _F.Syntax);
1210
var clone = _F.SynthesizedLocal(receiver.Type, _F.Syntax, refKind: RefKind.None, kind: SynthesizedLocalKind.
Spill
);
1244
var tmp = _F.SynthesizedLocal(node.Type, kind: SynthesizedLocalKind.
Spill
, syntax: _F.Syntax);
1393
/// <see cref="SynthesizedLocalKind.
Spill
"/>.
1405
LocalSymbol longLived = local.WithSynthesizedLocalKindAndSyntax(SynthesizedLocalKind.
Spill
, _F.Syntax);
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (1)
81
if (variable is SynthesizedLocal local && local.SynthesizedKind == SynthesizedLocalKind.
Spill
)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (3)
310
Debug.Assert(local.SynthesizedKind == SynthesizedLocalKind.
Spill
);
492
Debug.Assert(local.SynthesizedKind == SynthesizedLocalKind.
Spill
);
817
Debug.Assert(leftLocal.SynthesizedKind == SynthesizedLocalKind.
Spill
);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
172
Debug.Assert(synthesizedKind == SynthesizedLocalKind.
Spill
);
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
259
Debug.Assert(local.SynthesizedKind = SynthesizedLocalKind.
Spill
)