6 references to Namespace
System.Private.Xml (5)
System\Xml\Serialization\Compilation.cs (1)
120method.ns = xmlTypeMapping.Namespace;
System\Xml\Serialization\XmlSerializer.cs (4)
1041if (this.Mapping.Namespace != other.Mapping.Namespace) 1060if (this.Mapping.Namespace != null) 1061hashCode ^= this.Mapping.Namespace.GetHashCode();
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
295ns = typeMapping.Namespace;