1 write to _tempFileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
1259
_tempFileMutex
= null;
8 references to _tempFileMutex
PresentationCore (8)
MS\Internal\IO\Packaging\NetStream.cs (8)
159
_tempFileMutex
.WaitOne();
169
_tempFileMutex
.ReleaseMutex();
536
_tempFileMutex
.WaitOne();
556
_tempFileMutex
.ReleaseMutex();
600
_tempFileMutex
);
1238
mutexObtained =
_tempFileMutex
.WaitOne(_tempFileSyncTimeout, false); // wait up to 5 seconds
1250
_tempFileMutex
.ReleaseMutex();
1254
_tempFileMutex
.Close(); // does not throw an exception