2 references to _waitForCancellationLockPollTimeout
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
578Monitor.TryEnter(this, _waitForCancellationLockPollTimeout, ref hasLock); 593_parser.Connection._parserLock.Wait(canReleaseFromAnyThread: false, timeout: _waitForCancellationLockPollTimeout, lockTaken: ref hasParserLock);