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