1 write to namespaceProperty
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
890
namespaceProperty
= typeof(DataContract).GetProperty("Namespace", Globals.ScanAllMembers);
2 references to namespaceProperty
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
889
if (
namespaceProperty
== null)
891
return
namespaceProperty
;