3 references to GetTimeout
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
ReadWriterLocker.cs (3)
50
if (!_rwLock.TryEnterReadLock(
GetTimeout
()))
76
if (!_rwLock.TryEnterWriteLock(
GetTimeout
()))
102
if (!_rwLock.TryEnterUpgradeableReadLock(
GetTimeout
()))