1 instantiation of SoapTime
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
465SoapTime dt = new SoapTime(DateTime.ParseExact(time, formats, CultureInfo.InvariantCulture,DateTimeStyles.None));
6 references to SoapTime
mscorlib (4)
system\runtime\remoting\message.cs (1)
686ret = SoapTime.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (3)
113internal static Type typeofSoapTime = typeof(SoapTime); 460public static SoapTime Parse(String value) 465SoapTime dt = new SoapTime(DateTime.ParseExact(time, formats, CultureInfo.InvariantCulture,DateTimeStyles.None));
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
88internal static Type typeofSoapTime = typeof(SoapTime); 195typeName = SoapTime.XsdType;