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