2 overrides of ContainsKey
System (2)
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
55
public override bool
ContainsKey
(string key) {
net\System\Net\_SpnDictionary.cs (1)
143
public override bool
ContainsKey
(string key) {
20 references to ContainsKey
System (7)
compmod\system\collections\specialized\stringdictionary.cs (5)
219
return m_stringDictionary.
ContainsKey
(key);
245
if (!m_stringDictionary.
ContainsKey
(key)) throw new KeyNotFoundException();
285
if (!m_stringDictionary.
ContainsKey
(key)) return false;
296
if (!m_stringDictionary.
ContainsKey
(key)) {
407
return _internal.
ContainsKey
(item);
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
50
if (Attributes.
ContainsKey
("delimiter"))
net\System\Net\Logging.cs (1)
170
if (traceSource.Attributes.
ContainsKey
(AttributeNameMaxSize)) {
System.Core (5)
System\Diagnostics\Eventing\EventProviderTraceListener.cs (1)
53
if (Attributes.
ContainsKey
(s_optionDelimiter))
System\Diagnostics\EventSchemaTraceListener.cs (4)
521
if (Attributes.
ContainsKey
(s_optionBufferSize)) {
527
if (Attributes.
ContainsKey
(s_optionLogRetention)) {
547
if (Attributes.
ContainsKey
(s_optionMaximumFileSize)) {
552
if (Attributes.
ContainsKey
(s_optionMaximumNumberOfFiles)) {
System.Net (1)
net\Logging.cs (1)
160
if (Attributes.
ContainsKey
(AttributeNameMaxDataSize))
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
311
if (parsedContentType.MediaType == multipartRelatedMediaType && parsedContentType.Parameters.
ContainsKey
(startInfoHeaderParam))
2665
if (parsedContentType.Parameters.
ContainsKey
("action"))
System\ServiceModel\Channels\TransportSecurityHelpers.cs (3)
66
if (!AuthenticationManager.CustomTargetNameDictionary.
ContainsKey
(key)
76
if (AuthenticationManager.CustomTargetNameDictionary.
ContainsKey
(key)
120
if (!AuthenticationManager.CustomTargetNameDictionary.
ContainsKey
(key)
System.Workflow.ComponentModel (2)
AuthoringOM\Design\IdentifierCreationService.cs (2)
96
if (identifiers.
ContainsKey
(identifier))
173
while (identifiers.
ContainsKey
(finalIdentifier))