1 write to attributes
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
929
element.
attributes
= null;
6 references to attributes
SMDiagnostics (6)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (6)
168
return null != this.
attributes
&& this.
attributes
.Count > 0;
174
if ((this.attributeIndex + 1) < this.
attributes
.Count)
207
return this.
attributes
[this.attributeIndex];
392
this.CurrentElement.
attributes
.Add(node);
483
foreach (AttributeNode attributeNode in node.
attributes
)