Linker.Steps\MarkStep.cs (4)
207DependencyKind.SerializationMethodForType,
2007MarkDefaultConstructor(type, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
2008MarkMethodsIf(type.Methods, IsSpecialSerializationConstructor, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
2011MarkMethodsIf(type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);