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