2 writes to threadPrincipal
System.ServiceModel.Primitives (2)
System\ServiceModel\OperationContext.cs (2)
308set { threadPrincipal = value; } 369threadPrincipal = null;
1 reference to threadPrincipal
System.ServiceModel.Primitives (1)
System\ServiceModel\OperationContext.cs (1)
307get { return threadPrincipal; }