6 references to importPfxMutex
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
src\Shared\TestResources.cs (6)
24if (importPfxMutex != null && !importPfxMutex.WaitOne(MutexTimeout)) 35importPfxMutex?.ReleaseMutex(); 61if (importPfxMutex != null && !importPfxMutex.WaitOne(MutexTimeout)) 74importPfxMutex?.ReleaseMutex();