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