3 references to CanBeAssignedNull
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\UserDefinedExplicitConversions.cs (1)
312if ((object)source != null && source.IsNullableType() && convertsFrom.IsValidNullableTypeArgument() && target.CanBeAssignedNull())
Binder\Semantics\Conversions\UserDefinedImplicitConversions.cs (1)
323(allowAnyTarget || target.CanBeAssignedNull()))
Lowering\SyntheticBoundNodeFactory.cs (1)
1287Debug.Assert(type.CanBeAssignedNull());