1 write to s_childElementNamespacesProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
927
s_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)
925
if (
s_childElementNamespacesProperty
== null)
928
Debug.Assert(
s_childElementNamespacesProperty
!= null);
930
return
s_childElementNamespacesProperty
;