1 override of ContainsKey
System.Diagnostics.Process (1)
System\Collections\Specialized\StringDictionaryWrapper.cs (1)
47
public override bool
ContainsKey
(string key) => _contents.ContainsKey(key);
13 references to ContainsKey
Microsoft.VisualBasic.Forms (12)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (12)
198
If Attributes.
ContainsKey
(KEY_APPEND) Then
225
If Attributes.
ContainsKey
(KEY_AUTOFLUSH) Then
246
If Attributes.
ContainsKey
(KEY_BASEFILENAME) Then
277
If Attributes.
ContainsKey
(KEY_CUSTOMLOCATION) Then
316
If Attributes.
ContainsKey
(KEY_DELIMITER) Then
336
If Attributes.
ContainsKey
(KEY_DISKSPACEEXHAUSTEDBEHAVIOR) Then
362
If Attributes.
ContainsKey
(KEY_ENCODING) Then
385
If Attributes.
ContainsKey
(KEY_INCLUDEHOSTNAME) Then
405
If Attributes.
ContainsKey
(KEY_LOCATION) Then
431
If Attributes.
ContainsKey
(KEY_LOGFILECREATIONSCHEDULE) Then
457
If Attributes.
ContainsKey
(KEY_MAXFILESIZE) Then
480
If Attributes.
ContainsKey
(KEY_RESERVEDISKSPACE) Then
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\DelimitedListTraceListener.cs (1)
52
if (Attributes.
ContainsKey
(DelimiterKey))