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