Home
last modified time | relevance | path

Searched refs:isClientProxy (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DTypeStubManager.cs188 bool isClientProxy = typeof(WebClientProtocol).IsAssignableFrom (Type); in BuildTypeMethods()
193 …if (!isClientProxy && mi.CustomAttributeProvider.GetCustomAttributes (typeof(WebMethodAttribute), … in BuildTypeMethods()
196 MethodStubInfo msi = CreateMethodStubInfo (this, mi, isClientProxy); in BuildTypeMethods()
213 …nfo CreateMethodStubInfo (TypeStubInfo typeInfo, LogicalMethodInfo methodInfo, bool isClientProxy); in CreateMethodStubInfo() argument
H A DMethods.cs523 …ethodStubInfo CreateMethodStubInfo (TypeStubInfo parent, LogicalMethodInfo lmi, bool isClientProxy) in CreateMethodStubInfo() argument
529 if (ats.Length == 0 && isClientProxy) in CreateMethodStubInfo()