1 write to _isServiceReentrant
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
146
set {
_isServiceReentrant
= value; }
1 reference to _isServiceReentrant
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
145
get { return
_isServiceReentrant
; }