1 instantiation of SoapDate
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
550return new SoapDate(DateTime.ParseExact(value, formats, CultureInfo.InvariantCulture,DateTimeStyles.None), sign);
5 references to SoapDate
mscorlib (3)
system\runtime\remoting\message.cs (1)
688ret = SoapDate.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
114internal static Type typeofSoapDate = typeof(SoapDate); 545public static SoapDate Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
89internal static Type typeofSoapDate = typeof(SoapDate); 197typeName = SoapDate.XsdType;