1 write to _tempFileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
1246
_tempFileMutex
= null;
8 references to _tempFileMutex
PresentationCore (8)
MS\Internal\IO\Packaging\NetStream.cs (8)
153
_tempFileMutex
.WaitOne();
163
_tempFileMutex
.ReleaseMutex();
525
_tempFileMutex
.WaitOne();
545
_tempFileMutex
.ReleaseMutex();
589
_tempFileMutex
)
1225
mutexObtained =
_tempFileMutex
.WaitOne(_tempFileSyncTimeout, false); // wait up to 5 seconds
1237
_tempFileMutex
.ReleaseMutex();
1241
_tempFileMutex
.Close(); // does not throw an exception