1 instantiation of SoapMonth
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
889return new SoapMonth(DateTime.ParseExact(value, formats, CultureInfo.InvariantCulture,DateTimeStyles.None));
5 references to SoapMonth
mscorlib (3)
system\runtime\remoting\message.cs (1)
698ret = SoapMonth.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
119internal static Type typeofSoapMonth = typeof(SoapMonth); 887public static SoapMonth Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
94internal static Type typeofSoapMonth = typeof(SoapMonth); 207typeName = SoapMonth.XsdType;