Linker\SerializationMarker.cs (7)
146MarkRecursiveMembersInternal(field.FieldType, reason);
151MarkRecursiveMembersInternal(property.PropertyType, reason);
174MarkRecursiveMembersInternal(type, reason);
188MarkRecursiveMembersInternal(argType, new DependencyInfo(DependencyKind.GenericArgumentType, typeRef));
209MarkRecursiveMembersInternal(type.BaseType, new DependencyInfo(DependencyKind.SerializedRecursiveType, type));
219MarkRecursiveMembersInternal(field.FieldType, new DependencyInfo(DependencyKind.SerializedRecursiveType, type));
235MarkRecursiveMembersInternal(property.PropertyType, new DependencyInfo(DependencyKind.SerializedRecursiveType, type));