2 references to PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
649
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\SwitchBinder.cs (1)
279
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);