FlowAnalysis\NullableWalker.cs (7)
2873nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5041TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
8991TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9088TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9100targetField.TypeWithAnnotations,
9101valueField.TypeWithAnnotations.ToTypeWithState(),
11693getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));