Linker.Steps\MarkStep.cs (4)
196 DependencyKind.SerializationMethodForType,
1785 MarkDefaultConstructor (type, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);
1786 MarkMethodsIf (type.Methods, IsSpecialSerializationConstructor, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);
1789 MarkMethodsIf (type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);