2 instantiations of SoapDocumentMethodAttribute
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (2)
250
SoapDocumentMethodAttribute method = new
SoapDocumentMethodAttribute
();
255
methodAttr = new
SoapDocumentMethodAttribute
();
10 references to SoapDocumentMethodAttribute
System.Web.Services (9)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
341
typeof(
SoapDocumentMethodAttribute
),
System\Web\Services\Description\SoapProtocolImporter.cs (2)
431
Type[] requiredTypes = new Type[] { typeof(
SoapDocumentMethodAttribute
), typeof(XmlAttributeAttribute), typeof(WebService), typeof(Object), typeof(DebuggerStepThroughAttribute), typeof(DesignerCategoryAttribute) };
774
EndMetadata(metadata, typeof(
SoapDocumentMethodAttribute
), soapOperationBinding.SoapAction);
System\Web\Services\Protocols\SoapReflector.cs (6)
178
object[] docMethodAttributes = methodInfo.GetCustomAttributes(typeof(
SoapDocumentMethodAttribute
));
213
object[] attrs = method.GetCustomAttributes(typeof(
SoapDocumentMethodAttribute
));
222
binding = ((
SoapDocumentMethodAttribute
)attrs[0]).Binding;
250
SoapDocumentMethodAttribute
method = new SoapDocumentMethodAttribute();
273
SoapDocumentMethodAttribute
attr = (
SoapDocumentMethodAttribute
)methodAttr;
System.Workflow.Activities (1)
InvokeWebService.cs (1)
339
object[] attrs = method.GetCustomAttributes(typeof(
SoapDocumentMethodAttribute
), false);