8 references to Namespace
System.Private.Xml (5)
System\Xml\Serialization\Compilation.cs (1)
120method.ns = xmlTypeMapping.Namespace;
System\Xml\Serialization\XmlSerializer.cs (4)
1040if (this.Mapping.Namespace != other.Mapping.Namespace) 1059if (this.Mapping.Namespace != null) 1060hashCode ^= this.Mapping.Namespace.GetHashCode();
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
689faultNamespace = mapping.Namespace;
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
67_rootNamespace = mapping.Namespace;
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
277ns = typeMapping.Namespace;