4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3802
if (valueType.
HasNullType
)
7050
if (!method.IsExtensionBlockMember() && !receiverType.
HasNullType
)
12732
VisitDeconstructionAssignmentOperator(assignment, sourceState.
HasNullType
? (TypeWithState?)null : sourceState);
12743
if (!sourceState.
HasNullType
)