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