1 write to s_namespaceProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
880
s_namespaceProperty
= typeof(DataContract).GetProperty("Namespace", Globals.ScanAllMembers);
3 references to s_namespaceProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
878
if (
s_namespaceProperty
== null)
881
Debug.Assert(
s_namespaceProperty
!= null);
883
return
s_namespaceProperty
;