4 references to HasNullType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3751
if (valueType.
HasNullType
)
6994
if (!method.IsExtensionBlockMember() && !receiverType.
HasNullType
)
12586
VisitDeconstructionAssignmentOperator(assignment, sourceState.
HasNullType
? (TypeWithState?)null : sourceState);
12597
if (!sourceState.
HasNullType
)