2 writes to noPersistHandle
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\CorrelationHandle.cs (2)
53set { this.noPersistHandle = value; } 166this.noPersistHandle = context.CreateAndInitializeHandle<NoPersistHandle>();
8 references to noPersistHandle
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\CorrelationHandle.cs (8)
52get { return this.noPersistHandle; } 185context.UninitializeHandle(this.noPersistHandle); 201if (this.noPersistHandle == null) 207this.noPersistHandle.Enter(executionContext); 218if (this.noPersistHandle == null) 224this.noPersistHandle.Enter(executionContext); 237this.noPersistHandle.Exit(executionContext); 254this.noPersistHandle.Exit(executionContext);