Linker.Steps\MarkStep.cs (5)
360MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.MemberOfType, type), origin);
2438MarkFieldsVisibleToReflection(type, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2472MarkFieldsVisibleToReflection(proxyType, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2962MarkFieldsVisibleToReflection(type, di, typeOrigin);
2967if (!MarkFieldsVisibleToReflection(type, di, typeOrigin, markBackingFieldsOnlyIfPropertyMarked: true))