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