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