1 reference to ParseMethodName
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
1233MethodInfo method = UnderlyingType.GetMethod(Globals.ParseMethodName, BindingFlags.Public | BindingFlags.Static, null, new Type[] { Globals.TypeOfString }, null);