3 references to IsClassOrNullableValueTypeUnionNullPatternMatching
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
4988
if (
IsClassOrNullableValueTypeUnionNullPatternMatching
(unionMatchingInputType, constantValueOpt))
Binder\Binder_Patterns.cs (1)
1012
if (
IsClassOrNullableValueTypeUnionNullPatternMatching
(unionMatchingInputType, constantValueOpt))
Binder\UnionMatchingRewriter.cs (1)
89
Debug.Assert(Binder.
IsClassOrNullableValueTypeUnionNullPatternMatching
((NamedTypeSymbol)node.InputType, node.ConstantValue));