Implemented interface member:
16 references to TryGetValue
Client.ClientBase.IntegrationTests (1)
MessageInspectorTestHelpers.cs (1)
117
if (request.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out obj2))
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
720
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
1167
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
System\ServiceModel\Channels\MessageContent.cs (1)
59
if (_message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
66
if (properties.
TryGetValue
(ChannelBindingMessageProperty.Name, out value))
System\ServiceModel\Channels\MessageProperties.cs (5)
71
if (!
TryGetValue
(name, out value))
660
if (
TryGetValue
(name, out o))
680
if (!
TryGetValue
(name, out obj))
900
if (!
TryGetValue
(pair.Key, out value))
982
if (!
TryGetValue
(pair.Key, out value))
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
452
if (message.Properties.
TryGetValue
("System.ServiceModel.Channel.MtomMessageEncoder.WriteMessageHeaders", out object boolAsObject) && boolAsObject is bool)
542
if (message.Properties.
TryGetValue
("System.ServiceModel.Channel.MtomMessageEncoder.WriteMessageHeaders", out object boolAsObject) && boolAsObject is bool)
System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
42
if (message.Properties.
TryGetValue
(EventTraceActivity.Name, out property))
System\ServiceModel\Diagnostics\TraceUtility.cs (3)
102
if (message.Properties.
TryGetValue
(TraceUtility.ActivityIdKey, out property))
119
if (!operationContext.IncomingMessageProperties.
TryGetValue
(E2EActivityId, out activityIdFromProprties))
299
if (OperationContext.Current != null && OperationContext.Current.OutgoingMessageProperties.
TryGetValue
(TraceUtility.AsyncOperationActivityKey, out data))