3 references to MethodName
System.Web.Services (3)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
326
method.Name = MethodNames.AddUnique(
MethodName
, method);
System\Web\Services\Description\SoapProtocolImporter.cs (2)
694
if (!CheckMessageStyles(
MethodName
, requestParts, soapRequestBinding, soapBindingStyle, out hasWrapper))
701
if (!CheckMessageStyles(
MethodName
, responseParts, soapResponseBinding, soapBindingStyle, out responseHasWrapper))