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