Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingproxy.cs369 InternalInvokeAsync(ar, reqMsg, useDispatchMessage, callType); in InternalInvoke()
380 InternalInvokeAsync(null, reqMsg, useDispatchMessage, callType); in InternalInvoke()
401 internal void InternalInvokeAsync(IMessageSink ar, Message reqMsg, in InternalInvokeAsync() method in System.Runtime.Remoting.Proxies.RemotingProxy
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowInvoker.cs269 InternalInvokeAsync(null, timeout, userState); in InvokeAsync()
295 InternalInvokeAsync(inputs, timeout, userState); in InvokeAsync()
391 … void InternalInvokeAsync(IDictionary<string, object> inputs, TimeSpan timeout, object userState) in InternalInvokeAsync() method in System.Activities.WorkflowInvoker