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