4 references to CurrentAttribute
SMDiagnostics (4)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (4)
683
retval = this.CurrentElement.
CurrentAttribute
.name;
722
retval = this.CurrentElement.
CurrentAttribute
.xmlns;
759
retval = this.CurrentElement.
CurrentAttribute
.prefix;
805
retval = this.CurrentElement.
CurrentAttribute
.nodeValue;