2 writes to prefix
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (2)
501
prefix
= string.Empty;
549
this.
prefix
= prefix;
25 references to prefix
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (21)
910
return _curNode.
prefix
;
4475
_lastPrefix = _curNode.
prefix
;
4547
IDtdAttributeListInfo attlistInfo = _dtdInfo.LookupAttributeList(_curNode.localName, _curNode.
prefix
);
4561
IDtdAttributeInfo attributeInfo = attlistInfo.LookupAttribute(attr.
prefix
, attr.localName);
4625
int prefLen = startTagNode.
prefix
.Length;
4638
if (startTagNode.
prefix
.Length == 0)
4649
if (!XmlConvert.StrEqual(chars, _ps.charPos, prefLen, startTagNode.
prefix
) ||
5030
if (attr.
prefix
.Length == 0)
5041
if (Ref.Equal(attr.
prefix
, _xmlNs))
5046
else if (Ref.Equal(attr.
prefix
, _xml))
5091
if (_curNode.
prefix
.Length == 0)
5106
if (at.type == XmlNodeType.Attribute && at.
prefix
.Length > 0)
7912
string ns = _namespaceManager.LookupNamespace(node.
prefix
);
7919
Throw(ResXml.Xml_UnknownNs, node.
prefix
, node.LineNo, node.LinePos);
8958
if (Ref.Equal(_nodes[i].localName, name) && _nodes[i].
prefix
.Length == 0)
9337
(object)_nodes[i].
prefix
== (object)prefix)
9384
(((object)_nodes[i].
prefix
== (object)prefix) || ((object)_nodes[i].ns == (object)ns && ns != null)))
9417
if (attr.
prefix
.Length == 0)
9427
if (_nodes[_index].
prefix
.Length == 0)
9437
if (Ref.Equal(attr.
prefix
, _xmlNs))
9447
if (_nodes[i].
prefix
.Equals(pref))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (4)
674
if (
prefix
.Length == 0)
680
nameWPrefix = nt.Add(string.Concat(
prefix
, ":", localName));
749
prefix = nodeData.
prefix
;
769
prefix2 = nodeData.
prefix
;