3 references to BoundSpillSequence
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundSpillSequence.cs (1)
22: this(syntax, locals, MakeStatements(sideEffects), value, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
5827var result = new BoundSpillSequence(this.Syntax, locals, sideEffects, value, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1092return new BoundSpillSequence(Syntax, locals, sideEffects, result, result.Type) { WasCompilerGenerated = true };