10 references to TryGet
System.ServiceModel (2)
System\ServiceModel\Channels\ContextExchangeCorrelationHelper.cs (1)
49if (ContextMessageProperty.TryGet(operationContext.OutgoingMessageProperties, out contextProperties))
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
77return TryGet(message.Properties, out contextMessageProperty);
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
539if (!ContextMessageProperty.TryGet(thisPtr.operationContext.OutgoingMessageProperties, out outgoingContextMessageProperty))
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
1030if (ContextMessageProperty.TryGet(messageProperties, out contextProperties))
System\ServiceModel\Activities\InternalSendMessage.cs (1)
999if (ContextMessageProperty.TryGet(instance.OperationContext.OutgoingMessageProperties, out contextProperties))
System\ServiceModel\Activities\MessagingActivityHelper.cs (1)
206if (ContextMessageProperty.TryGet(messageProperties, out contextMessageProperty))
System.WorkflowServices (4)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (1)
53if (ContextMessageProperty.TryGet(operationContext.IncomingMessageProperties, out contextMessageProperty))
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (2)
293&& ContextMessageProperty.TryGet(OperationContext.Current.IncomingMessageProperties, out incomingContextProperties)) 310if (!ContextMessageProperty.TryGet(OperationContext.Current.OutgoingMessageProperties, out context))
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
252if (properties != null && ContextMessageProperty.TryGet(properties, out contextMessageProperty))