6 references to TryGet
System.ServiceModel (3)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
124
if (ContextMessageProperty.
TryGet
(message, out outgoingContext))
System\ServiceModel\Channels\ContextExchangeCorrelationHelper.cs (1)
36
if (ContextMessageProperty.
TryGet
(message, out contextProperties))
System\ServiceModel\Channels\ServiceContextProtocol.cs (1)
56
if (ContextMessageProperty.
TryGet
(message, out messageContext))
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
203
if (ContextMessageProperty.
TryGet
(message, out contextProperties))
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (2)
62
if (ContextMessageProperty.
TryGet
(reply, out context))
74
if (!ContextMessageProperty.
TryGet
(reply, out context))