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