Linker.Steps\MarkStep.cs (4)
196 DependencyKind.SerializationMethodForType,
1790 MarkDefaultConstructor (type, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);
1791 MarkMethodsIf (type.Methods, IsSpecialSerializationConstructor, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);
1794 MarkMethodsIf (type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);