FlowAnalysis\NullableWalker.cs (7)
2879nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5083TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
9076TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9173TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9185targetField.TypeWithAnnotations,
9186valueField.TypeWithAnnotations.ToTypeWithState(),
11798getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));