13 writes to Namespace
dotnet-svcutil-lib (13)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (6)
270
endElementNode.
Namespace
= elementNode.Namespace;
382
attributeNode.
Namespace
= ns;
383
attributeNode.AttributeText.
Namespace
= ns;
740
attributeNode.
Namespace
= LookupNamespace(prefix);
744
attributeNode.
Namespace
= NamespaceManager.EmptyNamespace;
746
attributeNode.AttributeText.
Namespace
= attributeNode.Namespace;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (6)
416
elementNode.
Namespace
= LookupNamespace(PrefixHandleType.Empty);
424
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
432
elementNode.
Namespace
= LookupNamespace(PrefixHandleType.Empty);
440
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
474
elementNode.
Namespace
= LookupNamespace(prefix);
508
elementNode.
Namespace
= LookupNamespace(prefix);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
980
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
32 references to Namespace
dotnet-svcutil-lib (32)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (32)
270
endElementNode.Namespace = elementNode.
Namespace
;
685
if (_node.
Namespace
.Prefix.IsEmpty)
688
_localName = _node.
Namespace
.Prefix.GetString(NameTable);
746
attributeNode.AttributeText.Namespace = attributeNode.
Namespace
;
764
if (attributeNode2.QNameType == QNameType.Normal && attributeNode1.LocalName == attributeNode2.LocalName && attributeNode1.
Namespace
.Uri == attributeNode2.
Namespace
.Uri)
766
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.
Namespace
.Uri.GetString());
776
if (attributeNode2.QNameType == QNameType.Xmlns && attributeNode1.
Namespace
.Prefix == attributeNode2.
Namespace
.Prefix)
777
XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.
Namespace
.Prefix.GetString(), xmlnsNamespace);
800
XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].
Namespace
.Prefix.GetString(), xmlnsNamespace);
802
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].
Namespace
.Uri.GetString());
909
_ns = _node.
Namespace
.Uri.GetString(NameTable);
963
if (_node.
Namespace
.Prefix.IsEmpty)
1085
PrefixHandle prefix = _node.
Namespace
.Prefix;
1127
PrefixHandle prefix = _node.
Namespace
.Prefix;
1248
XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.
Namespace
.Uri.GetString());
2053
return this.
Namespace
.Prefix == localName;
2066
return this.
Namespace
.Prefix == localName;
2074
return this.
Namespace
.IsUri(ns);
2087
return this.
Namespace
.IsUri(ns);
2100
return this.LocalName == localName && this.
Namespace
.IsUri(ns);
2105
return this.
Namespace
.Prefix == localName && ns == xmlnsNamespace;
2113
return this.LocalName == localName && this.
Namespace
.IsUri(ns);
2118
return this.
Namespace
.Prefix == localName && ns.Value == xmlnsNamespace;
2130
return prefix == xmlns && this.
Namespace
.Prefix == localName;
2152
return this.
Namespace
.Uri.TryGetDictionaryString(out ns);
2186
return
Namespace
.Uri.GetString();
2520
i = attribute1.
Namespace
.Uri.CompareTo(attribute2.
Namespace
.Uri);
2526
i = attribute1.
Namespace
.Prefix.CompareTo(attribute2.
Namespace
.Prefix);