9 references to End
Microsoft.CodeAnalysis.VisualBasic (9)
CodeGen\Optimizer\StackScheduler.LocalDefUseSpan.vb (5)
40Return "[" & Me.Start.ToString() & ", " & Me.End.ToString() & ")" 55Return Contains(other.Start) Xor Contains(other.End) 59Return Me.Start < val AndAlso Me.End > val 72Return Includes(dummy.Start) Xor Includes(dummy.End) 76Return Me.Start <= val AndAlso Me.End >= val
CodeGen\Optimizer\StackScheduler.Rewriter.vb (3)
111Return locInfo.localDefs.Any(Function(d) counter = d.Start AndAlso counter = d.End) 153Debug.Assert(locInfo.localDefs.Any(Function(d) _nodeCounter = d.Start AndAlso _nodeCounter <= d.End)) 212Debug.Assert(locInfo.localDefs.Any(Function(d) _nodeCounter = d.Start AndAlso _nodeCounter <= d.End))
CodeGen\Optimizer\StackScheduler.vb (1)
63If def.Start < def.End Then