15 references to ResourceList
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1974
Debug.Assert(Not node.
ResourceList
.IsDefault OrElse node.ResourceExpressionOpt IsNot Nothing)
1983
For Each variableDeclaration In node.
ResourceList
Analysis\FlowAnalysis\DataFlowPass.vb (3)
1875
If node.
ResourceList
.IsDefaultOrEmpty Then
1881
For Each variableDeclarations In node.
ResourceList
1908
For Each variableDeclarations In node.
ResourceList
Generated\BoundNodes.xml.Generated.vb (4)
7738
If resourceList <> Me.
ResourceList
OrElse resourceExpressionOpt IsNot Me.ResourceExpressionOpt OrElse body IsNot Me.Body OrElse usingInfo IsNot Me.UsingInfo OrElse locals <> Me.Locals Then
11863
Me.VisitList(node.
ResourceList
)
12923
Dim resourceList As ImmutableArray(Of BoundLocalDeclarationBase) = Me.VisitList(node.
ResourceList
)
14339
New TreeDumperNode("resourceList", Nothing, From x In node.
ResourceList
Select Visit(x, Nothing)),
Lowering\Instrumentation\DebugInfoInjector.vb (3)
397
If Not original.
ResourceList
.IsDefault AndAlso original.
ResourceList
.Length > 1 Then
399
Dim localDeclaration = original.
ResourceList
(resourceIndex)
Lowering\LocalRewriter\LocalRewriter_Using.vb (3)
86
If Not node.
ResourceList
.IsDefault Then
90
For declarationIndex = node.
ResourceList
.Length - 1 To 0 Step -1
91
Dim localDeclaration = node.
ResourceList
(declarationIndex)