1 write to s_typeOfDictionaryGeneric
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
873
s_typeOfDictionaryGeneric
= typeof(Dictionary<,>);
2 references to s_typeOfDictionaryGeneric
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
872
if (
s_typeOfDictionaryGeneric
== null)
874
return
s_typeOfDictionaryGeneric
;