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