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