2 writes to name
System.Web.Services (2)
System\Web\Services\Protocols\HttpServerProtocol.cs (2)
100
method.
name
= methodAttribute.MessageName;
101
if (method.name.Length == 0) method.
name
= method.methodInfo.Name;
4 references to name
System.Web.Services (4)
System\Web\Services\Protocols\HttpServerProtocol.cs (4)
101
if (method.
name
.Length == 0) method.name = method.methodInfo.Name;
102
this.methods.Add(method.
name
, method);
114
if (String.Compare(method.
name
, name, StringComparison.OrdinalIgnoreCase) == 0)
163
throw new ArgumentException(Res.GetString(Res.WebInvalidMethodNameCase, methodName, serverMethod.
name
), "methodName");