1 instantiation of SoapId
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
2028return new SoapId(value);
5 references to SoapId
mscorlib (3)
system\runtime\remoting\message.cs (1)
745ret = SoapId.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
139internal static Type typeofSoapId = typeof(SoapId); 2026public static SoapId Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
114internal static Type typeofSoapId = typeof(SoapId); 247typeName = SoapId.XsdType;