1 write to s_childElementNamespaceProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
959
s_childElementNamespaceProperty
= typeof(CollectionDataContract).GetProperty("ChildElementNamespace", Globals.ScanAllMembers);
3 references to s_childElementNamespaceProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
957
if (
s_childElementNamespaceProperty
== null)
960
Debug.Assert(
s_childElementNamespaceProperty
!= null);
962
return
s_childElementNamespaceProperty
;