1 write to _isServiceReentrant
System.ServiceModel.Primitives (1)
System\ServiceModel\OperationContext.cs (1)
170set { _isServiceReentrant = value; }
1 reference to _isServiceReentrant
System.ServiceModel.Primitives (1)
System\ServiceModel\OperationContext.cs (1)
169get { return _isServiceReentrant; }