4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3686if (valueType.HasNullType) 6717if (!method.IsExtensionBlockMember() && !receiverType.HasNullType) 11931VisitDeconstructionAssignmentOperator(assignment, sourceState.HasNullType ? (TypeWithState?)null : sourceState); 11942if (!sourceState.HasNullType)