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)
5828
var result = new
BoundSpillSequence
(this.Syntax, locals, sideEffects, value, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1036
return new
BoundSpillSequence
(Syntax, locals, sideEffects, result, result.Type) { WasCompilerGenerated = true };