1 write to s_childElementNamespacesProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
927s_childElementNamespacesProperty = typeof(ClassDataContract).GetProperty("ChildElementNamespaces", Globals.ScanAllMembers);
3 references to s_childElementNamespacesProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
925if (s_childElementNamespacesProperty == null) 928Debug.Assert(s_childElementNamespacesProperty != null); 930return s_childElementNamespacesProperty;