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