1 write to s_childElementNamespaceProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
959s_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)
957if (s_childElementNamespaceProperty == null) 960Debug.Assert(s_childElementNamespaceProperty != null); 962return s_childElementNamespaceProperty;