1 write to s_getItemContractMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
143
s_getItemContractMethod
= typeof(CollectionDataContract).GetProperty("ItemContract", Globals.ScanAllMembers).GetMethod;
3 references to s_getItemContractMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
141
if (
s_getItemContractMethod
== null)
144
Debug.Assert(
s_getItemContractMethod
!= null);
146
return
s_getItemContractMethod
;