1 write to s_typeOfKeyValue
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
821
s_typeOfKeyValue
= typeof(KeyValue<,>);
2 references to s_typeOfKeyValue
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
820
if (
s_typeOfKeyValue
== null)
822
return
s_typeOfKeyValue
;