4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3687if (valueType.HasNullType) 6880if (!method.IsExtensionBlockMember() && !receiverType.HasNullType) 12115VisitDeconstructionAssignmentOperator(assignment, sourceState.HasNullType ? (TypeWithState?)null : sourceState); 12126if (!sourceState.HasNullType)