FlowAnalysis\NullableWalker.cs (7)
2879nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5048TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
8995TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9092TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9104targetField.TypeWithAnnotations,
9105valueField.TypeWithAnnotations.ToTypeWithState(),
11717getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));