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)
24if (_dictionary != null) 26foreach (object key in _dictionary.Keys) 28object value = _dictionary[key];