2 overrides of BindSwitchStatementCore
Microsoft.CodeAnalysis.CSharp (2)
Binder\BuckStopsHereBinder.cs (1)
186
internal override BoundStatement
BindSwitchStatementCore
(SwitchStatementSyntax node, Binder originalBinder, BindingDiagnosticBag diagnostics)
Binder\SwitchBinder_Patterns.cs (1)
29
internal override BoundStatement
BindSwitchStatementCore
(SwitchStatementSyntax node, Binder originalBinder, BindingDiagnosticBag diagnostics)
2 references to BindSwitchStatementCore
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (2)
2739
return switchBinder.
BindSwitchStatementCore
(node, switchBinder, diagnostics);
2744
return this.Next.
BindSwitchStatementCore
(node, originalBinder, diagnostics);