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