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