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