Linker.Steps\MarkStep.cs (5)
366MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.MemberOfType, type), origin);
2498MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2532MarkFieldsVisibleToReflection(proxyType, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
3004MarkFieldsVisibleToReflection(type, di, typeOrigin);
3009if (!MarkFieldsVisibleToReflection(type, di, typeOrigin, markBackingFieldsOnlyIfPropertyMarked: true))