Implemented interface member:
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
63 references to TryGetValue
System.Data.Services (2)
System\Data\Services\HttpContextServiceHost.cs (2)
200
if (OperationContext.Current.IncomingMessageProperties.
TryGetValue
(XmlConstants.MicrosoftDataServicesRequestUri, out property))
302
if (OperationContext.Current.IncomingMessageProperties.
TryGetValue
(XmlConstants.MicrosoftDataServicesRootUri, out property))
System.ServiceModel (40)
System\ServiceModel\Channels\BufferedReceiveMessageProperty.cs (1)
78
if (properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (1)
140
if (properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
71
if (properties.
TryGetValue
(ChannelBindingMessageProperty.Name, out value))
System\ServiceModel\Channels\ClientContextProtocol.cs (2)
292
if (message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out property))
368
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out tmpProperty))
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
88
if (properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Channels\CorrelationCallbackMessageProperty.cs (1)
88
if (properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (2)
90
if (properties.
TryGetValue
(PropertyName, out value))
115
if (message.Properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Channels\CorrelationMessageProperty.cs (1)
135
if (properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
834
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
1197
if (message.Properties.
TryGetValue
(ConnectionGroupPrefixMessagePropertyName, out property))
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1390
if (message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out property))
2529
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
System\ServiceModel\Channels\Message.cs (2)
76
return prop.
TryGetValue
(name, out result);
1061
return prop.
TryGetValue
(name, out result);
System\ServiceModel\Channels\MessageProperties.cs (5)
65
if (!
TryGetValue
(name, out value))
583
if (this.
TryGetValue
(name, out o))
603
if (!this.
TryGetValue
(name, out obj))
786
if (!
TryGetValue
(pair.Key, out value))
849
if (!
TryGetValue
(pair.Key, out value))
System\ServiceModel\Channels\ReceiveContext.cs (1)
68
if (properties.
TryGetValue
(Name, out foundProperty))
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
306
message.Properties.
TryGetValue
(addressedPropertyName, out property);
System\ServiceModel\Channels\ServiceContextProtocol.cs (2)
89
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
125
if (message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out tmpProperty))
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
202
if (!request.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
44
if (message.Properties.
TryGetValue
(EventTraceActivity.Name, out property))
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (3)
271
if (this.message.Properties.
TryGetValue
(AddressingProperty.Name, out property))
301
if (this.message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out property))
326
if (this.message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out property))
System\ServiceModel\Diagnostics\TraceUtility.cs (4)
590
if (!operationContext.IncomingMessageProperties.
TryGetValue
(E2EActivityId, out activityIdFromProprties))
956
if (context.IncomingMessageProperties.
TryGetValue
(RemoteEndpointMessageProperty.Name, out endpointMessageProperty))
1084
if (!context.IncomingMessageProperties.
TryGetValue
(TraceApplicationReference, out hostReference))
1162
if (OperationContext.Current != null && OperationContext.Current.OutgoingMessageProperties.
TryGetValue
(TraceUtility.AsyncOperationActivityKey, out data))
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
407
if (request.RequestMessage.Properties.
TryGetValue
(MessageBufferPropertyName, out previousBuffer))
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (1)
68
if (properties.
TryGetValue
(PropertyName, out value))
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
769
if (closeMessage.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out prop))
System\ServiceModel\Security\SecuritySessionFilter.cs (2)
83
if (!message.Properties.
TryGetValue
(SessionContextIdsProperty, out propertyValue))
297
if (!message.Properties.
TryGetValue
(SessionContextIdsProperty, out propertyValue))
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
683
if (message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out prop))
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
392
if (message.Properties.
TryGetValue
(HostingMessageProperty.Name, out property))
System\ServiceModel\Activation\HostedHttpContext.cs (1)
560
if (message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out property))
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs (1)
52
if (properties.
TryGetValue
(PropertyName, out value))
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryOperationContext.cs (1)
100
if (operationContext.IncomingMessageProperties.
TryGetValue
(DiscoveryMessageProperty.Name, out messageProperty))
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (2)
85
if (OperationContext.Current.IncomingMessageProperties.
TryGetValue
(RemoteEndpointMessageProperty.Name, out messageProperty))
133
if (OperationContext.Current.OutgoingMessageProperties.
TryGetValue
(
System.ServiceModel.Routing (3)
System\ServiceModel\Dispatcher\EndpointNameMessageFilter.cs (1)
57
if (messageProperties.
TryGetValue
(EndpointNameKey, out value))
System\ServiceModel\Routing\SoapProcessingBehavior.cs (2)
125
if (originalProperties.
TryGetValue
(IncomingHttpRequestName, out incomingHttpRequest))
380
if (destination.
TryGetValue
(HttpRequestMessageProperty.Name, out incomingHttpRequest))
System.ServiceModel.Web (11)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (1)
361
message.Properties.
TryGetValue
(WebBodyFormatMessageProperty.Name, out messageFormatProperty);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
409
if (newMessage.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out property))
427
if (fault.Properties.
TryGetValue
(WebBodyFormatMessageProperty.Name, out bodyFormatPropertyObject))
System\ServiceModel\Dispatcher\ContentTypeSettingClientMessageFormatter.cs (1)
74
message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out prop);
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (1)
66
message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out prop);
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (1)
233
message.Properties.
TryGetValue
(WebBodyFormatMessageProperty.Name, out prop);
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
87
message.Properties.
TryGetValue
(WebBodyFormatMessageProperty.Name, out prop);
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (1)
96
message.Properties.
TryGetValue
(WebBodyFormatMessageProperty.Name, out prop);
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
169
message.Properties.
TryGetValue
(WebBodyFormatMessageProperty.Name, out prop);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
176
message.Properties.
TryGetValue
(HttpResponseMessageProperty.Name, out untypedProp);
201
message.Properties.
TryGetValue
(HttpRequestMessageProperty.Name, out untypedProp);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (1)
44
if (request.Properties.
TryGetValue
(NewDurableInstanceIdPropertyName, out result))