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