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