1 write to s_getCollectionMemberMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
252
s_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)
250
if (
s_getCollectionMemberMethod
== null)
253
Debug.Assert(
s_getCollectionMemberMethod
!= null);
255
return
s_getCollectionMemberMethod
;