119 references to SwitchSection
Microsoft.CodeAnalysis.CSharp (14)
Syntax.xml.Internal.Generated.cs (4)
31224var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.SwitchSection, labels.Node, statements.Node, this.context, out hash);
31227var result = new SwitchSectionSyntax(SyntaxKind.SwitchSection, labels.Node, statements.Node, this.context);
36591var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.SwitchSection, labels.Node, statements.Node, out hash);
36594var result = new SwitchSectionSyntax(SyntaxKind.SwitchSection, labels.Node, statements.Node);
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Features (12)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (78)
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Microsoft.DotNet.CodeAnalysis (2)
Roslyn.Diagnostics.CSharp.Analyzers (3)