1 instantiation of SoapYearMonth
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
634return new SoapYearMonth(DateTime.ParseExact(value, formats, CultureInfo.InvariantCulture,DateTimeStyles.None), sign);
5 references to SoapYearMonth
mscorlib (3)
system\runtime\remoting\message.cs (1)
690ret = SoapYearMonth.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
115internal static Type typeofSoapYearMonth = typeof(SoapYearMonth); 629public static SoapYearMonth Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
90internal static Type typeofSoapYearMonth = typeof(SoapYearMonth); 199typeName = SoapYearMonth.XsdType;