1 instantiation of SoapMethodAttribute
mscorlib (1)
system\runtime\remoting\remotingattributes.cs (1)
288tempSoapAttr = new SoapMethodAttribute();
15 references to SoapMethodAttribute
mscorlib (13)
system\runtime\remoting\remotingattributes.cs (1)
284Object[] attrs = RI.GetCustomAttributes(typeof(SoapMethodAttribute), true);
system\runtime\remoting\remotingsurrogateselector.cs (2)
292SoapMethodAttribute attr = (SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(mb);
system\runtime\remoting\soap.cs (10)
374SoapMethodAttribute attr = (SoapMethodAttribute) 383SoapMethodAttribute attr = (SoapMethodAttribute) 392SoapMethodAttribute attr = 393(SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(mb); 428SoapMethodAttribute attr = 429(SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(mb); 448SoapMethodAttribute attr = (SoapMethodAttribute)
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
1603SoapMethodAttribute soapAttribute = (SoapMethodAttribute)InternalRemotingServices.GetCachedSoapAttribute(method);