1 write to _dictionary
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Diagnostics\DictionaryTraceRecord.cs (1)
17
_dictionary
= dictionary;
3 references to _dictionary
System.ServiceModel.Primitives (3)
Internals\System\Runtime\Diagnostics\DictionaryTraceRecord.cs (3)
24
if (
_dictionary
!= null)
26
foreach (object key in
_dictionary
.Keys)
28
object value =
_dictionary
[key];