4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3715if (valueType.HasNullType) 6954if (!method.IsExtensionBlockMember() && !receiverType.HasNullType) 12531VisitDeconstructionAssignmentOperator(assignment, sourceState.HasNullType ? (TypeWithState?)null : sourceState); 12542if (!sourceState.HasNullType)