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