4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3746if (valueType.HasNullType) 6978if (!method.IsExtensionBlockMember() && !receiverType.HasNullType) 12653VisitDeconstructionAssignmentOperator(assignment, sourceState.HasNullType ? (TypeWithState?)null : sourceState); 12664if (!sourceState.HasNullType)