56 references to Enter
PresentationFramework (1)
src\Framework\MS\Internal\Utility\MonitorWrapper.cs (1)
28Monitor.Enter(_syncRoot);
SMSvcHost (1)
TD.Designer.cs (1)
804System.Threading.Monitor.Enter(syncLock);
System.Activities (2)
EtwTrackingParticipantTrackRecords.Designer.cs (1)
872System.Threading.Monitor.Enter(syncLock);
TD.Designer.cs (1)
2344System.Threading.Monitor.Enter(syncLock);
System.Activities.DurableInstancing (1)
TD.Designer.cs (1)
494System.Threading.Monitor.Enter(syncLock);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
226Monitor.Enter(semaphore); // semaphore is used as lock object, no relation to SemaphoreSlim.Wait/Release methods
System.Data.Entity (1)
System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs (1)
27Monitor.Enter(_lockObject);
System.IdentityModel (1)
TD.Designer.cs (1)
225System.Threading.Monitor.Enter(syncLock);
System.Messaging (1)
System\Messaging\MessageQueueTransaction.cs (1)
123Monitor.Enter(this);
System.Runtime.Serialization (1)
TD.Designer.cs (1)
512System.Threading.Monitor.Enter(syncLock);
System.ServiceModel (1)
TD.Designer.cs (1)
5060System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Activation (1)
TD.Designer.cs (1)
725System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Activities (1)
TD.Designer.cs (1)
638System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Channels (1)
TD.Designer.cs (1)
167System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Discovery (1)
TD.Designer.cs (1)
743System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Internals (1)
TraceCore.Designer.cs (1)
714System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Routing (1)
TD.Designer.cs (1)
928System.Threading.Monitor.Enter(syncLock);
System.ServiceModel.Web (1)
TD.Designer.cs (1)
133System.Threading.Monitor.Enter(syncLock);
System.Transactions (31)
System\Transactions\DurableEnlistmentState.cs (2)
239Monitor.Enter(enlistment.Transaction); 306Monitor.Enter(enlistment.Transaction);
System\Transactions\EnlistmentState.cs (7)
185Monitor.Enter(enlistment.SyncRoot); 202Monitor.Enter(enlistment.SyncRoot); 219Monitor.Enter(enlistment.SyncRoot); 236Monitor.Enter(enlistment.SyncRoot); 253Monitor.Enter(enlistment.SyncRoot); 270Monitor.Enter(enlistment.SyncRoot); 287Monitor.Enter(enlistment.SyncRoot);
System\Transactions\InternalTransaction.cs (1)
462System.Threading.Monitor.Enter(this);
System\Transactions\Oletx\OleTxTransaction.cs (1)
1022Monitor.Enter(localPhase0VolatileContainer);
System\Transactions\Oletx\OletxTransactionManager.cs (1)
128System.Threading.Monitor.Enter(OletxTransactionManager.proxyShimFactory);
System\Transactions\TransactionState.cs (13)
2432System.Threading.Monitor.Enter(tx); 2464System.Threading.Monitor.Enter(tx); 2508System.Threading.Monitor.Enter(tx); 2552System.Threading.Monitor.Enter(tx); 2578System.Threading.Monitor.Enter(tx); 2679System.Threading.Monitor.Enter(tx); 2726System.Threading.Monitor.Enter(tx); 3327System.Threading.Monitor.Enter(tx); 3443System.Threading.Monitor.Enter(tx); 3563System.Threading.Monitor.Enter(tx); 3606System.Threading.Monitor.Enter(tx); 5503System.Threading.Monitor.Enter(tx); 5542System.Threading.Monitor.Enter(tx);
System\Transactions\TransactionTable.cs (1)
98Monitor.Enter(this.SyncRoot);
System\Transactions\VolatileEnlistmentState.cs (5)
354Monitor.Enter(enlistment.Transaction); 446Monitor.Enter(enlistment.Transaction); 609Monitor.Enter(enlistment.Transaction); 661Monitor.Enter(enlistment.Transaction); 701Monitor.Enter(enlistment.Transaction);
System.Web (2)
Compilation\CompilationLock.cs (1)
192Monitor.Enter(BuildManager.TheBuildManager);
LegacyAspNetSynchronizationContext.cs (1)
209Monitor.Enter(_application);
System.Workflow.Runtime (2)
Lock.cs (1)
211Monitor.Enter(this.m_lock);
WorkflowDefinitionDispenser.cs (1)
622Monitor.Enter(this._syncObj);
System.Xaml.Hosting (1)
TD.Designer.cs (1)
114System.Threading.Monitor.Enter(syncLock);
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
124Monitor.Enter(listSchema);
System\Xml\Schema\XmlSchemaSet.cs (1)
546Monitor.Enter(currentSchema);