Linker\SerializationMarker.cs (7)
138 MarkRecursiveMembersInternal (field.FieldType, reason);
143 MarkRecursiveMembersInternal (property.PropertyType, reason);
166 MarkRecursiveMembersInternal (type, reason);
178 MarkRecursiveMembersInternal (argType, new DependencyInfo (DependencyKind.GenericArgumentType, typeRef));
199 MarkRecursiveMembersInternal (type.BaseType, new DependencyInfo (DependencyKind.SerializedRecursiveType, type));
207 MarkRecursiveMembersInternal (field.FieldType, new DependencyInfo (DependencyKind.SerializedRecursiveType, type));
221 MarkRecursiveMembersInternal (property.PropertyType, new DependencyInfo (DependencyKind.SerializedRecursiveType, type));