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