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