10 references to PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (10)
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 (7)
751
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
889
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
1446
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
1573
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2006
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2311
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2329
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\SwitchBinder.cs (1)
279
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);