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