28 references to IsInside
Microsoft.CodeAnalysis.VisualBasic (28)
Analysis\FlowAnalysis\AbstractFlowPass.Regions.vb (1)
73Debug.Assert(IsInside)
Analysis\FlowAnalysis\AbstractFlowPass.vb (9)
686If Not dontLeaveRegion AndAlso node Is Me._lastInRegion AndAlso IsInside Then 751If Not dontLeaveRegion AndAlso node Is Me._lastInRegion AndAlso IsInside Then 770If node Is Me._lastInRegion AndAlso IsInside Then 818If Not dontLeaveRegion AndAlso node Is Me._lastInRegion AndAlso IsInside Then 1197If methodGroup IsNot Nothing AndAlso Me._lastInRegion Is methodGroup AndAlso IsInside Then 1325If methodGroup IsNot Nothing AndAlso Me._lastInRegion Is methodGroup AndAlso IsInside Then 1738If propertyGroup IsNot Nothing AndAlso Me._lastInRegion Is propertyGroup AndAlso IsInside Then 2213If child Is Me._lastInRegion AndAlso IsInside Then 2417If boundLambda Is Me._lastInRegion AndAlso IsInside Then
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (1)
93If IsInside AndAlso pending.Branch IsNot Nothing AndAlso Not IsInsideRegion(pending.Branch.Syntax.Span) Then
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1005If Not dontLeaveRegion AndAlso node Is Me._lastInRegion AndAlso IsInside Then
Analysis\FlowAnalysis\DataFlowsInWalker.vb (2)
81IsInside AndAlso 99If IsInside Then
Analysis\FlowAnalysis\DataFlowsOutWalker.vb (3)
82If IsInside Then 149If Not _dataFlowsOut.Contains(local) AndAlso local.Kind <> SymbolKind.RangeVariable AndAlso Not IsInside Then 180If IsInside AndAlso (isByRefParameter OrElse isStaticLocal AndAlso WasUsedBeforeAssignment(variable)) Then
Analysis\FlowAnalysis\ExitPointsWalker.vb (6)
55If IsInside Then 62If IsInside Then 70If IsInside Then 78If IsInside Then 86If IsInside Then 94If IsInside Then
Analysis\FlowAnalysis\VariablesDeclaredWalker.vb (5)
39If IsInside Then 46If IsInside AndAlso 54If IsInside Then 66If Not node.WasCompilerGenerated AndAlso node.RangeVariables.Length > 0 AndAlso IsInside Then 75If Not node.WasCompilerGenerated AndAlso IsInside Then