6 references to TryEnter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
412Monitor.TryEnter(InternalSyncObject, ref thisLockObtained); 415Monitor.TryEnter(schemas.InternalSyncObject, ref schemasLockObtained);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
294Monitor.TryEnter(_tuningLock, ref lockHeld);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
1076Monitor.TryEnter(obj, ref locked);
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
312Monitor.TryEnter(InternalSyncObject, ref thisLockObtained); 315Monitor.TryEnter(schemas.InternalSyncObject, ref schemasLockObtained);