Implemented interface member:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
26 references to ContainsKey
System.ServiceModel (11)
System\ServiceModel\Channels\CorrelationCallbackMessageProperty.cs (2)
136
if (this.data != null && !message.Properties.
ContainsKey
(CorrelationDataMessageProperty.Name))
169
if (this.data != null && !message.Properties.
ContainsKey
(CorrelationDataMessageProperty.Name))
System\ServiceModel\Channels\PeerFlooder.cs (1)
571
return message.Properties.
ContainsKey
(PeerStrings.MessageVerified);
System\ServiceModel\Channels\TransactionFlowProperty.cs (6)
47
if (message.Properties.
ContainsKey
(PropertyName))
55
if (!message.Properties.
ContainsKey
(PropertyName))
64
if (message.Properties.
ContainsKey
(PropertyName))
120
if (message.Properties.
ContainsKey
(PropertyName))
130
if (message.Properties.
ContainsKey
(PropertyName))
151
if (!message.Properties.
ContainsKey
(PropertyName))
System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
22
if (!message.Properties.
ContainsKey
(EventTraceActivity.Name))
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
454
if (properties.
ContainsKey
(propertyDescription.Name))
System.ServiceModel.Web (14)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
68
if (messageProperties.
ContainsKey
(WebHttpDispatchOperationSelector.HttpOperationNamePropertyName))
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (2)
48
if (message.Properties.
ContainsKey
(WebHttpDispatchOperationSelector.RedirectPropertyName))
70
if (message.Properties.
ContainsKey
(WebHttpDispatchOperationSelector.HttpOperationSelectorUriMatchedPropertyName))
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
79
if (messageProperties.
ContainsKey
(WebHttpDispatchOperationSelector.HttpOperationNamePropertyName))
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
100
if (m.Properties.
ContainsKey
(HttpRequestMessageProperty.Name))
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
58
if (message.Properties.
ContainsKey
(UTMRName))
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
190
if (!message.Properties.
ContainsKey
(HttpRequestMessageProperty.Name))
System\ServiceModel\Web\IncomingWebRequestContext.cs (2)
119
if (this.operationContext.IncomingMessageProperties.
ContainsKey
(UriTemplateMatchResultsPropertyName))
147
if (!operationContext.IncomingMessageProperties.
ContainsKey
(HttpRequestMessageProperty.Name))
System\ServiceModel\Web\IncomingWebResponseContext.cs (1)
52
if (!operationContext.IncomingMessageProperties.
ContainsKey
(HttpResponseMessageProperty.Name))
System\ServiceModel\Web\OutgoingWebRequestContext.cs (1)
92
if (!operationContext.OutgoingMessageProperties.
ContainsKey
(HttpRequestMessageProperty.Name))
System\ServiceModel\Web\OutgoingWebResponseContext.cs (3)
107
if (!operationContext.OutgoingMessageProperties.
ContainsKey
(WebResponseFormatPropertyName))
142
if (!operationContext.OutgoingMessageProperties.
ContainsKey
(AutomatedFormatSelectionContentTypePropertyName))
182
if (!operationContext.OutgoingMessageProperties.
ContainsKey
(HttpResponseMessageProperty.Name))
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (1)
60
if (sessionMode == SessionMode.NotAllowed || reply.Properties.
ContainsKey
(suppressContextOnReply))