3 instantiations of SoapType
mscorlib (3)
system\runtime\remoting\remotingattributes.cs (1)
141tempSoapAttr = new SoapTypeAttribute();
system\runtime\serialization\formatters\soapfault.cs (2)
30[SoapType(Embedded=true)] 115[SoapType(Embedded=true)]
11 references to SoapType
mscorlib (7)
system\runtime\remoting\remotingattributes.cs (1)
137Object[] attrs = RI.GetCustomAttributes(typeof(SoapTypeAttribute), true);
system\runtime\remoting\soap.cs (6)
188SoapTypeAttribute attr = (SoapTypeAttribute) 321SoapTypeAttribute attr = (SoapTypeAttribute) 353SoapTypeAttribute attr = (SoapTypeAttribute)
System.Runtime.Remoting (4)
channels\core\corechannel.cs (2)
471SoapTypeAttribute cache = 472(SoapTypeAttribute)InternalRemotingServices.GetCachedSoapAttribute(type);
metadata\wsdlwriter.cs (2)
182SoapTypeAttribute att = InternalRemotingServices.GetCachedSoapAttribute(type) as SoapTypeAttribute;