4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3308
if (valueType.
HasNullType
)
5690
if (!receiverType.
HasNullType
)
10168
VisitDeconstructionAssignmentOperator(assignment, sourceState.
HasNullType
? (TypeWithState?)null : sourceState);
10179
if (!sourceState.
HasNullType
)