Linker.Steps\MarkStep.cs (4)
207DependencyKind.SerializationMethodForType,
2001MarkDefaultConstructor(type, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
2002MarkMethodsIf(type.Methods, IsSpecialSerializationConstructor, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
2005MarkMethodsIf(type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);