4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3665
if (valueType.
HasNullType
)
6459
if (!receiverType.
HasNullType
)
11443
VisitDeconstructionAssignmentOperator(assignment, sourceState.
HasNullType
? (TypeWithState?)null : sourceState);
11454
if (!sourceState.
HasNullType
)