FlowAnalysis\NullableWalker.cs (7)
2897nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5100TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
9134TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9231TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9243targetField.TypeWithAnnotations,
9244valueField.TypeWithAnnotations.ToTypeWithState(),
11849getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));