10 references to OpenExistingResult
System (10)
sys\system\threading\semaphore.cs (10)
187case OpenExistingResult.NameNotFound: 189case OpenExistingResult.NameInvalid: 191case OpenExistingResult.PathNotFound: 209return OpenExistingWorker(name, SemaphoreRights.Modify | SemaphoreRights.Synchronize, out result) == OpenExistingResult.Success; 221return OpenExistingWorker(name, rights, out result) == OpenExistingResult.Success; 241private static OpenExistingResult OpenExistingWorker( 278return OpenExistingResult.NameNotFound; 280return OpenExistingResult.PathNotFound; 282return OpenExistingResult.NameInvalid; 287return OpenExistingResult.Success;