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