11 references to PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Operators.cs (2)
4876
unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, isPatternDiagnostics);
4927
unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\Binder_Patterns.cs (8)
750
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
888
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
1445
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
1572
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2005
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2293
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2311
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2410
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\SwitchBinder.cs (1)
279
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);