2 overrides of BindPatternSwitchLabelForInference
Microsoft.CodeAnalysis.CSharp (2)
Binder\BuckStopsHereBinder.cs (1)
198
internal override void
BindPatternSwitchLabelForInference
(CasePatternSwitchLabelSyntax node, BindingDiagnosticBag diagnostics)
Binder\SwitchBinder_Patterns.cs (1)
140
internal override void
BindPatternSwitchLabelForInference
(CasePatternSwitchLabelSyntax node, BindingDiagnosticBag diagnostics)
2 references to BindPatternSwitchLabelForInference
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
2749
this.Next.
BindPatternSwitchLabelForInference
(node, diagnostics);
Symbols\Source\SourceLocalSymbol.cs (1)
789
_nodeBinder.
BindPatternSwitchLabelForInference
((CasePatternSwitchLabelSyntax)_nodeToBind, diagnostics);