1 write to _insertBlock
System.Runtime.Caching (1)
System\Caching\MemoryCacheStore.cs (1)
75
_insertBlock
= new ManualResetEvent(true);
4 references to _insertBlock
System.Runtime.Caching (4)
System\Caching\MemoryCacheStore.cs (4)
136
_insertBlock
.WaitOne(INSERT_BLOCK_WAIT, false);
186
_insertBlock
.Reset();
236
_insertBlock
.Close();
363
_insertBlock
.Set();