FlowAnalysis\NullableWalker.cs (7)
2897nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5124TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
9157TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9254TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9266targetField.TypeWithAnnotations,
9267valueField.TypeWithAnnotations.ToTypeWithState(),
11882getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));