Linker.Steps\MarkStep.cs (5)
360MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.MemberOfType, type), origin);
2456MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2490MarkFieldsVisibleToReflection(proxyType, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2969MarkFieldsVisibleToReflection(type, di, typeOrigin);
2974if (!MarkFieldsVisibleToReflection(type, di, typeOrigin, markBackingFieldsOnlyIfPropertyMarked: true))