3 instantiations of SoapType
mscorlib (3)
system\runtime\remoting\remotingattributes.cs (1)
141
tempSoapAttr = 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)
137
Object[] attrs = RI.GetCustomAttributes(typeof(
SoapTypeAttribute
), true);
system\runtime\remoting\soap.cs (6)
188
SoapTypeAttribute
attr = (
SoapTypeAttribute
)
321
SoapTypeAttribute
attr = (
SoapTypeAttribute
)
353
SoapTypeAttribute
attr = (
SoapTypeAttribute
)
System.Runtime.Remoting (4)
channels\core\corechannel.cs (2)
471
SoapTypeAttribute
cache =
472
(
SoapTypeAttribute
)InternalRemotingServices.GetCachedSoapAttribute(type);
metadata\wsdlwriter.cs (2)
182
SoapTypeAttribute
att = InternalRemotingServices.GetCachedSoapAttribute(type) as
SoapTypeAttribute
;