Linker.Steps\MarkStep.cs (7)
1791 MarkMethodsIf (type.Methods, IsSpecialSerializationConstructor, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);
1794 MarkMethodsIf (type.Methods, HasOnSerializeOrDeserializeAttribute, new DependencyInfo (DependencyKind.SerializationMethodForType, type), origin);
1868 MarkMethodsIf (property.OtherMethods, m => true, reason, origin);
1880 MarkMethodsIf (@event.OtherMethods, m => true, reason, origin);
2122 if (MarkMethodsIf (type.Methods, MethodDefinitionExtensions.IsPublicInstancePropertyMethod, new DependencyInfo (DependencyKind.ReferencedBySpecialAttribute, type), origin))
2546 MarkMethodsIf (tdef.Methods, m => !m.IsStatic, reason, origin);
2617 MarkMethodsIf (type.Methods, m => m.Name == ".ctor" || m.Name == "Invoke", new DependencyInfo (DependencyKind.MethodForSpecialType, type), origin);