FlowAnalysis\NullableWalker.cs (7)
2897nullableAnnotation = backingField.TypeWithAnnotations.NullableAnnotation;
5099TypeWithAnnotations type = expressionType.TryGetInlineArrayElementField()!.TypeWithAnnotations;
9133TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
9230TrackNullableStateOfNullableValue(targetFieldSlot, targetField.Type, null, valueField.TypeWithAnnotations.ToTypeWithState(), valueFieldSlot);
9242targetField.TypeWithAnnotations,
9243valueField.TypeWithAnnotations.ToTypeWithState(),
11848getEnumeratorType = spanType.Construct(ImmutableArray.Create(convertedResult.Type!.TryGetInlineArrayElementField()!.TypeWithAnnotations));