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