12 references to InternalSyncObject
System.Xml (12)
System\Xml\Schema\XmlSchemaSet.cs (12)
287lock (InternalSyncObject) { 326lock (InternalSyncObject) { 359Monitor.TryEnter(InternalSyncObject, ref thisLockObtained); 361Monitor.TryEnter(schemas.InternalSyncObject, ref schemasLockObtained); 366Monitor.Exit(InternalSyncObject); //Give up this lock and try both again 407Monitor.Exit(InternalSyncObject); 410Monitor.Exit(schemas.InternalSyncObject); 420lock (InternalSyncObject) { 443lock (InternalSyncObject) { //Need to lock here so that remove cannot be called while the set is being compiled 526lock (InternalSyncObject) { 613lock (InternalSyncObject) { //Lock set so that set cannot be compiled in another thread 1006lock (InternalSyncObject) { //Need to lock here so that remove cannot be called while the set is being compiled