2 writes to prefix
System.Xml (2)
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
455
prefix
= string.Empty;
497
this.
prefix
= prefix;
34 references to prefix
System.Xml (34)
System\Xml\Core\XmlTextReaderImpl.cs (21)
899
return curNode.
prefix
;
3995
lastPrefix = curNode.
prefix
;
4059
IDtdAttributeListInfo attlistInfo = dtdInfo.LookupAttributeList( curNode.localName, curNode.
prefix
);
4070
IDtdAttributeInfo attributeInfo = attlistInfo.LookupAttribute( attr.
prefix
, attr.localName );
4128
int prefLen = startTagNode.
prefix
.Length;
4139
if ( startTagNode.
prefix
.Length == 0 ) {
4147
if ( !XmlConvert.StrEqual( chars, ps.charPos, prefLen, startTagNode.
prefix
) ||
4499
if ( attr.
prefix
.Length == 0 ) {
4507
if ( Ref.Equal( attr.
prefix
, XmlNs ) ) {
4511
else if ( Ref.Equal( attr.
prefix
, Xml ) ) {
4549
if ( curNode.
prefix
.Length == 0 ) {
4560
if ( at.type == XmlNodeType.Attribute && at.
prefix
.Length > 0 ) {
7002
string ns = namespaceManager.LookupNamespace( node.
prefix
);
7007
Throw( Res.Xml_UnknownNs, node.
prefix
, node.LineNo, node.LinePos );
7895
if ( Ref.Equal( nodes[i].localName, name ) && nodes[i].
prefix
.Length == 0 ) {
8220
(object)nodes[i].
prefix
== (object)prefix) {
8264
(((object)nodes[i].
prefix
== (object)prefix) || ((object)nodes[i].ns == (object)ns && ns != null))) {
8295
if ( attr.
prefix
.Length == 0 ) {
8302
if ( nodes[index].
prefix
.Length == 0 ) {
8310
if ( Ref.Equal( attr.
prefix
, XmlNs ) ) {
8317
if ( nodes[i].
prefix
.Equals( pref ) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (9)
1829
lastPrefix = curNode.
prefix
;
1908
int prefLen = startTagNode.
prefix
.Length;
1927
int prefLen = startTagNode.
prefix
.Length;
1940
int prefLen = startTagNode.
prefix
.Length;
1945
if (startTagNode.
prefix
.Length == 0) {
1953
if (!XmlConvert.StrEqual(chars, ps.charPos, prefLen, startTagNode.
prefix
) ||
2385
if ( attr.
prefix
.Length == 0 ) {
2393
if ( Ref.Equal( attr.
prefix
, XmlNs ) ) {
2397
else if ( Ref.Equal( attr.
prefix
, Xml ) ) {
System\Xml\Core\XmlTextReaderImplHelpers.cs (4)
597
if (
prefix
.Length == 0 ) {
601
nameWPrefix = nt.Add( string.Concat(
prefix
, ":", localName ) );
657
prefix = nodeData.
prefix
;
673
prefix2 = nodeData.
prefix
;