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