FlowAnalysis\NullableWalker.cs (7)
2873nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
4987TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
8842TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
8939TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
8951targetField.TypeWithAnnotations,
8952valueField.TypeWithAnnotations.ToTypeWithState(),
11439getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));