4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3570
if (valueType.
HasNullType
)
6345
if (!receiverType.
HasNullType
)
11156
VisitDeconstructionAssignmentOperator(assignment, sourceState.
HasNullType
? (TypeWithState?)null : sourceState);
11167
if (!sourceState.
HasNullType
)