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