FlowAnalysis\NullableWalker.cs (7)
2898nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5257TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
9301TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9398TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9410targetField.TypeWithAnnotations,
9411valueField.TypeWithAnnotations.ToTypeWithState(),
12032getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));