1 write to s_storeIsGetOnlyCollectionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
284
s_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)
282
if (
s_storeIsGetOnlyCollectionMethod
== null)
285
Debug.Assert(
s_storeIsGetOnlyCollectionMethod
!= null);
287
return
s_storeIsGetOnlyCollectionMethod
;