1 instantiation of SoapEntity
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
2112
return new
SoapEntity
(value);
5 references to SoapEntity
mscorlib (3)
system\runtime\remoting\message.cs (1)
749
ret =
SoapEntity
.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
141
internal static Type typeofSoapEntity = typeof(
SoapEntity
);
2110
public static
SoapEntity
Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
116
internal static Type typeofSoapEntity = typeof(
SoapEntity
);
251
typeName =
SoapEntity
.XsdType;