1 write to s_typeOfULong
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
145
s_typeOfULong
= typeof(ulong);
2 references to s_typeOfULong
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
144
if (
s_typeOfULong
== null)
146
return
s_typeOfULong
;