14 references to CaseBlocks
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_SelectCase.vb (1)
45node.CaseBlocks,
Binding\LocalBinderBuilder.vb (1)
291For Each caseBlock In node.CaseBlocks
Generated\Syntax.xml.Main.Generated.vb (1)
3231Dim newCaseBlocks = VisitList(node.CaseBlocks)
Generated\Syntax.xml.Syntax.Generated.vb (4)
16853return Update(selectStatement, Me.CaseBlocks, Me.EndSelectStatement) 16879Return Me.WithCaseBlocks(Me.CaseBlocks.AddRange(items)) 16897return Update(Me.SelectStatement, Me.CaseBlocks, endSelectStatement) 16949If selectStatement IsNot Me.SelectStatement OrElse caseBlocks <> Me.CaseBlocks OrElse endSelectStatement IsNot Me.EndSelectStatement Then
Semantics\StatementSyntaxWalker.vb (1)
183VisitList(node.CaseBlocks)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
800Dim firstCase = DirectCast(switchStatementSyntax.Parent, SelectBlockSyntax).CaseBlocks.SelectMany(Function(c) c.CaseStatement.Cases).OfType(Of SimpleCaseClauseSyntax).FirstOrDefault()
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
257WithCaseBlocks(VisitList(node.CaseBlocks)).
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
2684Return statement.CaseBlocks 2694statement.CaseBlocks.InsertRange(index, switchSections.Cast(Of CaseBlockSyntax)))
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
800Dim firstCase = DirectCast(switchStatementSyntax.Parent, SelectBlockSyntax).CaseBlocks.SelectMany(Function(c) c.CaseStatement.Cases).OfType(Of SimpleCaseClauseSyntax).FirstOrDefault()
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
800Dim firstCase = DirectCast(switchStatementSyntax.Parent, SelectBlockSyntax).CaseBlocks.SelectMany(Function(c) c.CaseStatement.Cases).OfType(Of SimpleCaseClauseSyntax).FirstOrDefault()