FlowAnalysis\NullableWalker.cs (5)
694symbolType = f.TypeWithAnnotations;
7642TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
7739TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
7751targetField.TypeWithAnnotations,
7752valueField.TypeWithAnnotations.ToTypeWithState(),