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