1 write to dictionary
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DictionaryTraceRecord.cs (1)
16this.dictionary = dictionary;
3 references to dictionary
System.ServiceModel.Internals (3)
System\Runtime\Diagnostics\DictionaryTraceRecord.cs (3)
23if (this.dictionary != null) 25foreach (object key in this.dictionary.Keys) 27object value = this.dictionary[key];