10 references to PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Operators.cs (2)
4852
unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, isPatternDiagnostics);
4903
unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\Binder_Patterns.cs (7)
843
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
979
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
1547
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
1676
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2121
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2431
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
2453
NamedTypeSymbol? unionMatchingInputType =
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);
Binder\SwitchBinder.cs (1)
279
PrepareForUnionMatchingIfAppropriateAndReturnUnionMatchingInputType
(node, ref inputType, ref unionType, diagnostics);