1 write to s_typeOfICollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
730
s_typeOfICollection
= typeof(ICollection);
2 references to s_typeOfICollection
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
729
if (
s_typeOfICollection
== null)
731
return
s_typeOfICollection
;