3 references to IsClassOrNullableValueTypeUnionNullPatternMatching
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
4868if (IsClassOrNullableValueTypeUnionNullPatternMatching(unionMatchingInputType, constantValueOpt))
Binder\Binder_Patterns.cs (1)
668if (IsClassOrNullableValueTypeUnionNullPatternMatching(unionMatchingInputType, constantValueOpt))
Binder\UnionMatchingRewriter.cs (1)
81if (Binder.IsClassOrNullableValueTypeUnionNullPatternMatching((NamedTypeSymbol)node.InputType, node.ConstantValue) && node.NarrowedType.Equals(node.InputType, TypeCompareKind.AllIgnoreOptions))