4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3751if (valueType.HasNullType) 6994if (!method.IsExtensionBlockMember() && !receiverType.HasNullType) 12586VisitDeconstructionAssignmentOperator(assignment, sourceState.HasNullType ? (TypeWithState?)null : sourceState); 12597if (!sourceState.HasNullType)