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