Home
last modified time | relevance | path

Searched refs:inputParameterCount (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DSyncMethodInvoker.cs25 int inputParameterCount; field in System.ServiceModel.Dispatcher.SyncMethodInvoker
77 return EmptyArray.Allocate(this.inputParameterCount); in AllocateInputs()
88 if (this.inputParameterCount > 0) in Invoke()
89 …lidOperationException(SR.GetString(SR.SFxInputParametersToServiceNull, this.inputParameterCount))); in Invoke()
91 else if (inputs.Length != this.inputParameterCount) in Invoke()
92 …Exception(SR.GetString(SR.SFxInputParametersToServiceInvalid, this.inputParameterCount, inputs.Len… in Invoke()
264 int inputParameterCount; in EnsureIsInitializedCore()
266 …legate = new InvokerUtil().GenerateInvokeDelegate(this.Method, out inputParameterCount, out output… in EnsureIsInitializedCore()
268 this.inputParameterCount = inputParameterCount; in EnsureIsInitializedCore()
H A DTaskMethodInvoker.cs25 private int inputParameterCount; field in System.ServiceModel.Dispatcher.TaskMethodInvoker
60 return EmptyArray<object>.Allocate(this.inputParameterCount); in AllocateInputs()
185 if (this.inputParameterCount > 0) in InvokeAsync()
187 …lidOperationException(SR.GetString(SR.SFxInputParametersToServiceNull, this.inputParameterCount))); in InvokeAsync()
190 else if (inputs.Length != this.inputParameterCount) in InvokeAsync()
192 …Exception(SR.GetString(SR.SFxInputParametersToServiceInvalid, this.inputParameterCount, inputs.Len… in InvokeAsync()
320 int inputParameterCount; in EnsureIsInitialized()
322 …te = new InvokerUtil().GenerateInvokeDelegate(this.taskMethod, out inputParameterCount, out output… in EnsureIsInitialized()
323 this.inputParameterCount = inputParameterCount; in EnsureIsInitialized()
H A DInvokerUtil.cs47 …l InvokeDelegate GenerateInvokeDelegate(MethodInfo method, out int inputParameterCount, out int ou… in GenerateInvokeDelegate() argument
49 … return helper.GenerateInvokeDelegate(method, out inputParameterCount, out outputParameterCount); in GenerateInvokeDelegate()
55 …nal InvokeBeginDelegate GenerateInvokeBeginDelegate(MethodInfo method, out int inputParameterCount) in GenerateInvokeBeginDelegate() argument
57 return helper.GenerateInvokeBeginDelegate(method, out inputParameterCount); in GenerateInvokeBeginDelegate()
118 …l InvokeDelegate GenerateInvokeDelegate(MethodInfo method, out int inputParameterCount, out int ou… in GenerateInvokeDelegate() argument
153 …nputParametersIntoLocals(parameters, parameterLocals, inputParametersArg, out inputParameterCount); in GenerateInvokeDelegate()
163 …nal InvokeBeginDelegate GenerateInvokeBeginDelegate(MethodInfo method, out int inputParameterCount) in GenerateInvokeBeginDelegate() argument
199 …nputParametersIntoLocals(parameters, parameterLocals, inputParametersArg, out inputParameterCount); in GenerateInvokeBeginDelegate()
266 inputParameterCount = 0; in LoadInputParametersIntoLocals()
272 ilg.LoadArrayElement(inputParametersArg, inputParameterCount); in LoadInputParametersIntoLocals()
[all …]
H A DAsyncMethodInvoker.cs23 int inputParameterCount; field in System.ServiceModel.Dispatcher.AsyncMethodInvoker
357 return this.inputParameterCount;
376 int inputParameterCount; in EnsureIsInitialized()
377 …elegate = new InvokerUtil().GenerateInvokeBeginDelegate(this.beginMethod, out inputParameterCount); in EnsureIsInitialized()
378 this.inputParameterCount = inputParameterCount; in EnsureIsInitialized()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DControlOperationInvoker.cs38 readonly int inputParameterCount; field in System.ServiceModel.Activities.Dispatcher.ControlOperationInvoker
81 this.inputParameterCount = 1; in ControlOperationInvoker()
90 this.inputParameterCount = 2; in ControlOperationInvoker()
134 if (this.inputParameterCount == 0) in AllocateInputs()
140 return new object[this.inputParameterCount]; in AllocateInputs()
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/scripts/misc/
H A Dmingw-winrt.patch104 + UINT32 inputParameterCount,
198 + UINT32 inputParameterCount,
264 …typeName,methodName,inputParameterCount,value) (This)->lpVtbl->IsMethodPresentWithArity(This,typeN…
300 …nformationStatics* This,HSTRING typeName,HSTRING methodName,UINT32 inputParameterCount,boolean *va…
301 + return This->lpVtbl->IsMethodPresentWithArity(This,typeName,methodName,inputParameterCount,val…
/dports/www/firefox/firefox-99.0/taskcluster/scripts/misc/
H A Dmingw-winrt.patch104 + UINT32 inputParameterCount,
198 + UINT32 inputParameterCount,
264 …typeName,methodName,inputParameterCount,value) (This)->lpVtbl->IsMethodPresentWithArity(This,typeN…
300 …nformationStatics* This,HSTRING typeName,HSTRING methodName,UINT32 inputParameterCount,boolean *va…
301 + return This->lpVtbl->IsMethodPresentWithArity(This,typeName,methodName,inputParameterCount,val…
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/scripts/misc/
H A Dmingw-winrt.patch104 + UINT32 inputParameterCount,
198 + UINT32 inputParameterCount,
264 …typeName,methodName,inputParameterCount,value) (This)->lpVtbl->IsMethodPresentWithArity(This,typeN…
300 …nformationStatics* This,HSTRING typeName,HSTRING methodName,UINT32 inputParameterCount,boolean *va…
301 + return This->lpVtbl->IsMethodPresentWithArity(This,typeName,methodName,inputParameterCount,val…
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/scripts/misc/
H A Dmingw-winrt.patch1069 + UINT32 inputParameterCount,
1163 + UINT32 inputParameterCount,
1229 …typeName,methodName,inputParameterCount,value) (This)->lpVtbl->IsMethodPresentWithArity(This,typeN…
1265 …nformationStatics* This,HSTRING typeName,HSTRING methodName,UINT32 inputParameterCount,boolean *va…
1266 + return This->lpVtbl->IsMethodPresentWithArity(This,typeName,methodName,inputParameterCount,val…