5 references to NeedsSpill
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (5)
57
Dim sideEffectsRequireSpill As Boolean =
NeedsSpill
(sideEffects)
101
If Not
NeedsSpill
(arguments) Then
194
If Not
NeedsSpill
(arguments) Then
822
Dim boundsRequiresSpill As Boolean =
NeedsSpill
(bounds)
887
If Not NeedsSpill(expression) AndAlso Not
NeedsSpill
(indices) Then