4 references to attributes
System.Transactions (4)
System\Transactions\Trace\TraceXPathNavigator.cs (4)
61
return this.
attributes
.Count > 0;
67
if ((this.attributeIndex + 1) < this.
attributes
.Count)
89
return this.
attributes
[this.attributeIndex];
175
this.current.
attributes
.Add(node);