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