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