Linker.Steps\MarkStep.cs (4)
206DependencyKind.SerializationMethodForType,
1964MarkDefaultConstructor(type, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
1965MarkMethodsIf(type.Methods, IsSpecialSerializationConstructor, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
1968MarkMethodsIf(type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);