5 references to PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (1)
4973
unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\Binder_Patterns.cs (3)
993
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2437
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref newInputType, ref newUnionType, unionValueTypeMatchDiagnostics) is { } unionValueMatchingInputType)
2537
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\SwitchBinder.cs (1)
280
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);