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