1 write to _tempFileMutex
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
1331
_tempFileMutex
= null;
8 references to _tempFileMutex
PresentationCore (8)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (8)
174
_tempFileMutex
.WaitOne();
184
_tempFileMutex
.ReleaseMutex();
568
_tempFileMutex
.WaitOne();
588
_tempFileMutex
.ReleaseMutex();
646
_tempFileMutex
);
1310
mutexObtained =
_tempFileMutex
.WaitOne(_tempFileSyncTimeout, false); // wait up to 5 seconds
1322
_tempFileMutex
.ReleaseMutex();
1326
_tempFileMutex
.Close(); // does not throw an exception