9 references to xmlns
System.Runtime.Serialization (9)
System\Xml\XmlBaseReader.cs (9)
560
if (name ==
xmlns
)
562
prefix =
xmlns
;
706
if (prefix ==
xmlns
)
782
XmlExceptionHelper.ThrowDuplicateAttribute(this,
xmlns
,
xmlns
, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace);
928
nameTable.Add(
xmlns
);
965
prefix =
xmlns
;
1009
return
xmlns
;
2411
return prefix ==
xmlns
&& this.Namespace.Prefix == localName;