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)
507NamedTypeSymbol? unionMatchingInputType = PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType(node, ref inputType, ref unionType, diagnostics); 1951PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType(node, ref newInputType, ref newUnionType, unionValueTypeMatchDiagnostics) is { } unionValueMatchingInputType) 2051NamedTypeSymbol? unionMatchingInputType = PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType(node, ref inputType, ref unionType, diagnostics);
Binder\SwitchBinder.cs (1)
280PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType(node, ref inputType, ref unionType, diagnostics);