Linker.Steps\MarkStep.cs (4)
206DependencyKind.SerializationMethodForType,
1957MarkDefaultConstructor(type, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
1958MarkMethodsIf(type.Methods, IsSpecialSerializationConstructor, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);
1961MarkMethodsIf(type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo(DependencyKind.SerializationMethodForType, type), origin);