Linker.Steps\MarkStep.cs (5)
364MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.MemberOfType, type), origin);
2466MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2500MarkFieldsVisibleToReflection(proxyType, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2972MarkFieldsVisibleToReflection(type, di, typeOrigin);
2977if (!MarkFieldsVisibleToReflection(type, di, typeOrigin, markBackingFieldsOnlyIfPropertyMarked: true))