Implemented interface member:
method
TryLock
Microsoft.CodeAnalysis.CommandLine.IServerMutex.TryLock(System.Int32)
2 references to TryLock
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\CompilationCache.cs (1)
367
if (mutex.
TryLock
(timeoutMs: 0))
VBCSCompiler.UnitTests (1)
CompilationCacheTests.cs (1)
527
if (!createdNew && !mutex.
TryLock
(timeoutMs: Timeout.Infinite))