8 references to TryEnter
System (1)
net\System\Net\connectionpool.cs (1)
760Monitor.TryEnter(pooledStream, ref locked);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1707Monitor.TryEnter(obj, ref locked);
System.Data.Entity (1)
System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs (1)
46Monitor.TryEnter(_lockObject, ref entered);
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
324Monitor.TryEnter(this.tuningLock, ref lockHeld);
System.Workflow.Runtime (1)
Lock.cs (1)
136Monitor.TryEnter(this, ref lockHeld);
System.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
359Monitor.TryEnter(InternalSyncObject, ref thisLockObtained); 361Monitor.TryEnter(schemas.InternalSyncObject, ref schemasLockObtained);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
147Monitor.TryEnter(referencesCacheLock, ref acquiredLock);