1 write to _tempFileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
1245
_tempFileMutex
= null;
8 references to _tempFileMutex
PresentationCore (8)
MS\Internal\IO\Packaging\NetStream.cs (8)
152
_tempFileMutex
.WaitOne();
162
_tempFileMutex
.ReleaseMutex();
524
_tempFileMutex
.WaitOne();
544
_tempFileMutex
.ReleaseMutex();
588
_tempFileMutex
)
1224
mutexObtained =
_tempFileMutex
.WaitOne(_tempFileSyncTimeout, false); // wait up to 5 seconds
1236
_tempFileMutex
.ReleaseMutex();
1240
_tempFileMutex
.Close(); // does not throw an exception