13 references to GetCachedSoapAttribute
mscorlib (10)
system\runtime\remoting\remotingsurrogateselector.cs (1)
292
SoapMethodAttribute attr = (SoapMethodAttribute)InternalRemotingServices.
GetCachedSoapAttribute
(mb);
system\runtime\remoting\soap.cs (9)
189
InternalRemotingServices.
GetCachedSoapAttribute
(type);
204
InternalRemotingServices.
GetCachedSoapAttribute
(field);
322
InternalRemotingServices.
GetCachedSoapAttribute
(type);
354
InternalRemotingServices.
GetCachedSoapAttribute
(type);
375
InternalRemotingServices.
GetCachedSoapAttribute
(mb);
384
InternalRemotingServices.
GetCachedSoapAttribute
(mb);
393
(SoapMethodAttribute)InternalRemotingServices.
GetCachedSoapAttribute
(mb);
429
(SoapMethodAttribute)InternalRemotingServices.
GetCachedSoapAttribute
(mb);
449
InternalRemotingServices.
GetCachedSoapAttribute
(mb);
System.Runtime.Remoting (3)
channels\core\corechannel.cs (1)
472
(SoapTypeAttribute)InternalRemotingServices.
GetCachedSoapAttribute
(type);
metadata\wsdlwriter.cs (2)
182
SoapTypeAttribute att = InternalRemotingServices.
GetCachedSoapAttribute
(type) as SoapTypeAttribute;
1603
SoapMethodAttribute soapAttribute = (SoapMethodAttribute)InternalRemotingServices.
GetCachedSoapAttribute
(method);