Implemented interface member:
13 references to TryGetValue
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
70if (properties.TryGetValue(ChannelBindingMessageProperty.Name, out value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
624if (message.Properties.TryGetValue(HttpRequestMessageProperty.Name, out property)) 1048if (message.Properties.TryGetValue(HttpRequestMessageProperty.Name, out property))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
53if (_message.Properties.TryGetValue(HttpRequestMessageProperty.Name, out property))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (5)
65if (!TryGetValue(name, out value)) 578if (this.TryGetValue(name, out o)) 598if (!this.TryGetValue(name, out obj)) 781if (!TryGetValue(pair.Key, out value)) 844if (!TryGetValue(pair.Key, out value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
42if (message.Properties.TryGetValue(EventTraceActivity.Name, out property))
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (3)
91if (message.Properties.TryGetValue(TraceUtility.ActivityIdKey, out property)) 113if (!operationContext.IncomingMessageProperties.TryGetValue(E2EActivityId, out activityIdFromProprties)) 503if (OperationContext.Current != null && OperationContext.Current.OutgoingMessageProperties.TryGetValue(TraceUtility.AsyncOperationActivityKey, out data))