5 writes to lastAttr
System.Private.Xml.Linq (5)
System\Xml\Linq\XElement.cs (5)
948
lastAttr
= null;
1933
lastAttr
= a;
2090
lastAttr
= null;
2094
if (lastAttr == a)
lastAttr
= p;
2114
lastAttr
= null;
80 references to lastAttr
System.Private.Xml.Linq (80)
System\Xml\Linq\Extensions.cs (2)
347
XAttribute? a = e.
lastAttr
;
354
} while (a.parent == e && a != e.
lastAttr
);
System\Xml\Linq\XAttribute.cs (3)
114
get { return parent != null && ((XElement)parent).
lastAttr
!= this ? next : null; }
143
XAttribute a = ((XElement)parent).
lastAttr
!;
148
return a != ((XElement)parent).
lastAttr
? a : null;
System\Xml\Linq\XElement.cs (34)
110
XAttribute? a = other.
lastAttr
;
117
} while (a != other.
lastAttr
);
217
get { return
lastAttr
?.next; }
225
get { return
lastAttr
!= null; }
261
get { return
lastAttr
; }
375
XAttribute? a =
lastAttr
;
382
} while (a !=
lastAttr
);
504
XAttribute? a = e.
lastAttr
;
525
while (a != e.
lastAttr
);
937
while (
lastAttr
!= null)
939
XAttribute a =
lastAttr
.next!;
941
if (
lastAttr
== null || a !=
lastAttr
.next) throw new InvalidOperationException(SR.InvalidOperation_ExternalCode);
942
if (a !=
lastAttr
)
944
lastAttr
.next = a.next;
1882
if (parent != null || annotations != null || content != null ||
lastAttr
!= null) throw new InvalidOperationException(SR.InvalidOperation_DeserializeInstance);
1924
if (
lastAttr
== null)
1930
a.next =
lastAttr
.next;
1931
lastAttr
.next = a;
1938
XAttribute? a1 =
lastAttr
;
1939
XAttribute? a2 = e.
lastAttr
;
1947
} while (a1 !=
lastAttr
);
1948
return a2 == e.
lastAttr
;
1966
XAttribute? a =
lastAttr
;
1973
} while (a.parent == this && a !=
lastAttr
);
1983
XAttribute? a = e.
lastAttr
;
1991
while (a != e.
lastAttr
);
2002
XAttribute? a =
lastAttr
;
2009
} while (a !=
lastAttr
);
2086
XAttribute? p =
lastAttr
!, n;
2094
if (
lastAttr
== a) lastAttr = p;
2104
if (
lastAttr
!= null)
2106
XAttribute a =
lastAttr
;
2113
} while (a !=
lastAttr
);
System\Xml\Linq\XLinq.cs (8)
312
XAttribute? a = e.
lastAttr
;
322
} while (a != e.
lastAttr
);
330
XAttribute? a = e.
lastAttr
;
340
} while (a != e.
lastAttr
);
375
XAttribute? a = e.
lastAttr
;
385
} while (a != e.
lastAttr
);
394
XAttribute? a = e.
lastAttr
;
405
} while (a != e.
lastAttr
);
System\Xml\Linq\XNodeReader.cs (27)
48
XAttribute? a = e.
lastAttr
;
58
} while (a != e.
lastAttr
);
134
if (e != null && e.
lastAttr
!= null)
138
return GetFirstNonDuplicateNamespaceAttribute(e.
lastAttr
.next!) != null;
475
XAttribute? a = e.
lastAttr
;
492
} while (a != e.
lastAttr
);
530
XAttribute? a = e.
lastAttr
;
547
} while (a != e.
lastAttr
);
565
XAttribute? a = e.
lastAttr
;
578
} while (a != e.
lastAttr
);
617
XAttribute? a = e.
lastAttr
;
638
} while (a != e.
lastAttr
);
664
XAttribute? a = e.
lastAttr
;
685
} while (a != e.
lastAttr
);
701
XAttribute? a = e.
lastAttr
;
717
} while (a != e.
lastAttr
);
755
if (e.
lastAttr
!= null)
759
object? na = GetFirstNonDuplicateNamespaceAttribute(e.
lastAttr
.next!);
768
_source = e.
lastAttr
.next!;
789
if (e.
lastAttr
!= null)
796
object? na = GetFirstNonDuplicateNamespaceAttribute(e.
lastAttr
.next!);
805
_source = e.
lastAttr
.next!;
818
if (a.parent != null && ((XElement)a.parent).
lastAttr
!= a)
1347
XAttribute? a = element.
lastAttr
;
1368
} while (a != element.
lastAttr
);
1393
if (e != null && candidate != e.
lastAttr
)
1402
} while (candidate != e.
lastAttr
);
System\Xml\Schema\XNodeValidator.cs (6)
175
XAttribute? a = e.
lastAttr
;
193
} while (a != e.
lastAttr
);
202
XAttribute? a = e.
lastAttr
;
229
} while (a != e.
lastAttr
);
261
XAttribute? a = e.
lastAttr
;
272
} while (a != e.
lastAttr
);