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