2 writes to threadPrincipal
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (2)
276set { this.threadPrincipal = value; } 333this.threadPrincipal = null;
1 reference to threadPrincipal
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
275get { return this.threadPrincipal; }