1 write to s_getCollectionMemberMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
252s_getCollectionMemberMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetCollectionMember", Globals.ScanAllMembers);
3 references to s_getCollectionMemberMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
250if (s_getCollectionMemberMethod == null) 253Debug.Assert(s_getCollectionMemberMethod != null); 255return s_getCollectionMemberMethod;