2 writes to threadPrincipal
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (2)
340set { this.threadPrincipal = value; } 426this.threadPrincipal = null;
1 reference to threadPrincipal
System.ServiceModel (1)
System\ServiceModel\OperationContext.cs (1)
339get { return this.threadPrincipal; }