2 writes to currentToken
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
668
this.
currentToken
= currentToken;
677
this.
currentToken
= currentToken;
2 references to currentToken
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
689
if (this.
currentToken
!= null)
691
WritePossibleGenericXmlToken(xml, "SupportingToken", this.
currentToken
);