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