1 write to s_storeIsGetOnlyCollectionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
284s_storeIsGetOnlyCollectionMethod = typeof(XmlObjectSerializerWriteContext).GetMethod("StoreIsGetOnlyCollection", Globals.ScanAllMembers);
3 references to s_storeIsGetOnlyCollectionMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
282if (s_storeIsGetOnlyCollectionMethod == null) 285Debug.Assert(s_storeIsGetOnlyCollectionMethod != null); 287return s_storeIsGetOnlyCollectionMethod;