1 write to s_typeOfInt
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
132
s_typeOfInt
= typeof(int);
2 references to s_typeOfInt
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
131
if (
s_typeOfInt
== null)
133
return
s_typeOfInt
;