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