241 references to Object
mscorlib (51)
system\collections\arraylist.cs (2)
161System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null); 2550static Object dummyObject = new Object();
system\collections\bitarray.cs (1)
421System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\generic\dictionary.cs (1)
594System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\generic\list.cs (1)
167System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\hashtable.cs (2)
1124System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null); 1814private static readonly object lockObj = new Object();
system\collections\listdictionaryinternal.cs (1)
125System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\objectmodel\collection.cs (1)
167System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\objectmodel\readonlycollection.cs (1)
112System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\objectmodel\readonlydictionary.cs (3)
293System.Threading.Interlocked.CompareExchange<Object>(ref m_syncRoot, new Object(), null); 442System.Threading.Interlocked.CompareExchange<Object>(ref m_syncRoot, new Object(), null); 541System.Threading.Interlocked.CompareExchange<Object>(ref m_syncRoot, new Object(), null);
system\collections\queue.cs (1)
112System.Threading.Interlocked.CompareExchange(ref _syncRoot, new Object(), null);
system\collections\sortedlist.cs (1)
272System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\collections\stack.cs (1)
85System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
system\console.cs (2)
117Object o = new Object(); 136Object o = new Object();
system\currenttimezone.cs (1)
163Object o = new Object();
system\diagnostics\contracts\contractsbcl.cs (1)
279private static readonly Object lockObject = new Object();
system\diagnostics\log.cs (1)
69locker = new Object();
system\environment.cs (1)
255Object o = new Object();
system\rttype.cs (1)
1834Interlocked.CompareExchange(ref s_methodInstantiationsLock, new Object(), null);
system\runtime\compilerservices\ConditionalWeakTable.cs (1)
88_lock = new Object();
system\runtime\remoting\channelservices.cs (1)
72private static Object s_channelLock = new Object();
system\runtime\remoting\configuration.cs (2)
64_ConfigLock = new Object(); 921private static Object s_wkoStartLock = new Object();
system\runtime\remoting\crossappdomainchannel.cs (2)
42private static Object staticSyncObject = new Object(); 232private static Object staticSyncObject = new Object();
system\runtime\remoting\crosscontextchannel.cs (1)
39private static Object staticSyncObject = new Object();
system\runtime\remoting\lifetimeservices.cs (1)
69Object o = new Object();
system\runtime\remoting\remotingservices.cs (1)
68private static readonly Object s_delayLoadChannelLock = new Object();
system\runtime\remoting\terminatorsinks.cs (3)
169private static Object staticSyncObject = new Object(); 250private static Object staticSyncObject = new Object(); 557private static Object staticSyncObject = new Object();
system\runtime\remoting\trackingservices.cs (1)
57Object o = new Object();
system\security\cryptography\cryptoconfig.cs (1)
107Object o = new Object();
system\security\cryptography\utils.cs (1)
152private static Object s_InternalSyncObject = new Object();
system\security\namedpermissionset.cs (1)
207Object o = new Object();
system\security\policy\hashmembershipcondition.cs (1)
37Object o = new Object();
system\security\policy\policylevel.cs (1)
76Object o = new Object();
system\text\dbcscodepageencoding.cs (1)
252Object o = new Object();
system\text\decoderbestfitfallback.cs (1)
78Object o = new Object();
system\text\decoderfallback.cs (1)
31Object o = new Object();
system\text\encoderbestfitfallback.cs (1)
78Object o = new Object();
system\text\encoderfallback.cs (1)
32Object o = new Object();
system\text\encoding.cs (1)
398Object o = new Object();
system\text\encodingprovider.cs (1)
135private static Object s_InternalSyncObject = new Object();
system\text\sbcscodepageencoding.cs (1)
147Object o = new Object();
system\threading\Tasks\Task.cs (1)
223private static readonly Object s_activeTasksLock = new Object();
system\timezone.cs (1)
43Object o = new Object();
PresentationCore (10)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (1)
235private Object _globalLock = new Object();
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
945private Object _syncObject = new Object();
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
1370private Object _syncObject = new Object();
Core\CSharp\MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
58_globalLock = new Object();
Core\CSharp\System\IO\Packaging\PackageStore.cs (1)
59_globalLock = new Object();
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (2)
92_lockObject = new Object(); // required for synchronization 152_lockObject = new Object(); // required for synchronization
Core\CSharp\System\Windows\DataFormats.cs (1)
502private static Object _formatListlock = new Object();
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1979private object _syncObject = new Object();
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (1)
1726private object _syncObject = new Object();
PresentationFramework (12)
src\Framework\MS\Internal\AppModel\ResourcePart.cs (1)
209private Object _globalLock = new Object();
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
1668private static readonly object s_afterLast = new Object();
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
247static object Unset = new Object();
src\Framework\MS\Internal\Data\ValueTable.cs (1)
304private static object CachedNull = new Object();
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (1)
43public ParentUndoUnit(string description) : base()
src\Framework\MS\Internal\Documents\UndoManager.cs (1)
79internal UndoManager() : base()
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (1)
402private Object lockObject = new Object();
src\Framework\System\Windows\Application.cs (1)
2779static private object _packageLock = new Object();
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
37: base()
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7119bamlType.DefaultConstructor = delegate() { return new System.Object(); };
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
68private object _syncObject = new Object();
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1429case KnownElements.Object: o = new System.Object(); break;
SMSvcHost (1)
System\ServiceModel\Activation\App.cs (1)
22: base()
System (24)
compmod\system\collections\generic\linkedlist.cs (1)
391System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
compmod\system\collections\generic\queue.cs (1)
103System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
compmod\system\collections\generic\sortedlist.cs (1)
365System.Threading.Interlocked.CompareExchange(ref _syncRoot, new Object(), null);
compmod\system\collections\generic\sortedset.cs (1)
319System.Threading.Interlocked.CompareExchange(ref _syncRoot, new Object(), null);
compmod\system\collections\generic\stack.cs (1)
104System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
compmod\system\collections\specialized\listdictionary.cs (1)
154System.Threading.Interlocked.CompareExchange(ref _syncRoot, new Object(), null);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
525System.Threading.Interlocked.CompareExchange(ref _syncRoot, new Object(), null);
compmod\system\collections\specialized\ordereddictionary.cs (1)
146System.Threading.Interlocked.CompareExchange(ref _syncRoot, new Object(), null);
compmod\system\componentmodel\Container.cs (1)
31private object syncObj = new Object();
compmod\system\componentmodel\TypeConverter.cs (1)
32private static object loadAppSettingLock = new Object();
net\System\Net\connectionpool.cs (1)
98internal ConnectionPool(ServicePoint servicePoint, int maxPoolSize, int minPoolSize, int idleTimeout, CreateConnectionDelegate createConnectionCallback) : base() {
net\System\Net\ConnectionPoolManager.cs (1)
27object o = new Object();
net\System\Net\Logging.cs (1)
61object o = new Object();
net\System\Net\WebRequest.cs (1)
83Object o = new Object();
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
114Object o = new Object(); 126Object o = new Object();
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
60Object o = new Object();
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
57private readonly object CategoryTableLock = new Object(); 58private readonly object NameTableLock = new Object(); 59private readonly object HelpTableLock = new Object(); 65Object o = new Object();
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
36Object o = new Object();
services\timers\system\timers\Timer.cs (1)
132cookie = new Object();
sys\System\IO\compression\DeflaterZLib.cs (1)
38private readonly Object syncLock = new Object();
System.Activities (1)
System\Activities\ExclusiveHandle.cs (1)
310: base()
System.AddIn (5)
System\Addin\Hosting\AddInControllerImpl.cs (2)
41private static readonly Object _havLock = new Object(); 173FindController(new Object(), false);
System\Addin\Hosting\AddInProcess.cs (1)
52private readonly Object _processLock = new Object();
System\Addin\Hosting\RemotingHelper.cs (1)
14static readonly Object s_lock = new Object();
System\Addin\Pipeline\ContractBase.cs (1)
36private readonly Object m_contractIdentifiersLock = new Object();
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
52internal static readonly Object s_nullPropertyValue = new Object();
System.Core (6)
Microsoft\Scripting\Actions\RuleCache.cs (1)
29private readonly Object cacheLock = new Object();
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
369System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
System\Diagnostics\EventSchemaTraceListener.cs (1)
44private readonly object m_lockObject = new Object();
System\Diagnostics\PerformanceData\CounterSet.cs (1)
62m_lockObject = new Object();
System\Diagnostics\PerformanceData\PerfProviderCollection.cs (1)
48Object o = new Object();
System\IO\LogStream.cs (1)
65private readonly object m_lockObject = new Object();
System.Data (4)
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
15protected DbDataRecord() : base() {
fx\src\data\System\Data\DataSet.cs (1)
89private object _defaultViewManagerLock = new Object();
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
50internal SqlCommandSet() : base() {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
80static private readonly Object _CustomColumnEncryptionKeyProvidersLock = new Object();
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
60private static readonly object syncObject = new Object();
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\RequestedProofToken.cs (1)
30: base()
System\IdentityModel\Protocols\WSTrust\UseKey.cs (1)
26: base()
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
20object thisLock = new Object();
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (1)
45private object m_syncRoot = new Object();
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
49this.syncRoot = new Object();
System.Management (4)
methodset.cs (1)
55internal MethodDataCollection(ManagementObject parent) : base()
propertyset.cs (1)
55 internal PropertyDataCollection(ManagementBaseObject parent, bool isSystem) : base()
qualifierset.cs (2)
56 internal QualifierDataCollection(ManagementBaseObject parent) : base() 63 internal QualifierDataCollection(ManagementBaseObject parent, string propertyOrMethodName, QualifierType type) : base()
System.Net (2)
net\PeerToPeer\Collaboration\Peer.cs (1)
1000object m_Lock = new Object();
net\PeerToPeer\PeerNameResolver.cs (1)
158object m_Lock = new Object();
System.Runtime.Caching (2)
System\Caching\MemoryCacheStatistics.cs (1)
196_timerLock = new Object();
System\Caching\MemoryCacheStore.cs (1)
32_entriesLock = new Object();
System.Runtime.Remoting (2)
channels\http\httpremotinghandler.cs (1)
333internal static Object s_configLock = new Object();
metadata\wsdlparser.cs (1)
2396Object obj = new Object();
System.ServiceModel (26)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
59object thisLock = new Object();
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
26object mutex = new Object();
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
222thisLock = new Object();
System\ServiceModel\Channels\ServiceChannel.cs (1)
2588this.thisLock = new Object();
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
626: base()
System\ServiceModel\Dispatcher\SingletonInstanceContextProvider.cs (1)
19this.thisLock = new Object();
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
28Object thisLock = new Object();
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
44this.thisLock = new Object();
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (1)
26Object thisLock = new Object();
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (1)
19Object thisLock = new Object();
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
51static object dummyItem = new Object();
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
45Object thisLock = new Object();
System\ServiceModel\Security\NegotiationTokenAuthenticatorState.cs (1)
23thisLock = new Object();
System\ServiceModel\Security\RequestSecurityToken.cs (1)
54object thisLock = new Object();
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
59Object thisLock = new Object();
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
47Object thisLock = new Object();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
32Object thisLock = new Object();
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
30Object thisLock = new Object();
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
47Object syncObject = new Object();
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
43Object syncObject = new Object();
System\ServiceModel\SpnEndpointIdentity.cs (2)
26Object thisLock = new Object(); 28static Object typeLock = new Object();
System\ServiceModel\SynchronizedCollection.cs (1)
20this.sync = new Object();
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
20this.sync = new Object();
System\ServiceModel\UpnEndpointIdentity.cs (1)
25Object thisLock = new Object();
System\ServiceModel\XPathMessageQuery.cs (1)
52this.thisLock = new Object();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\SendMessageChannelCache.cs (1)
40this.thisLock = new Object();
System.ServiceModel.Internals (1)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
20: base()
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
75thisLock = new Object();
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
67thisLock = new Object();
System\ServiceModel\Dispatcher\UnwrappedTypesXmlSerializerManager.cs (1)
31this.thisLock = new Object();
System.Web (19)
Configuration\ExpressServerConfig.cs (1)
23static object s_initLock = new Object();
Configuration\MetabaseServerConfig.cs (1)
28static private object s_initLock = new Object();
Configuration\ProcessHostServerConfig.cs (1)
28static object s_initLock = new Object();
Hosting\ApplicationManager.cs (2)
67private static Object _applicationManagerStaticLock = new Object(); 1705private static Object s_domainCountLock = new Object();
Hosting\ObjectCacheHost.cs (1)
16private Object _lock = new Object();
Hosting\ProcessHost.cs (1)
282private static Object _processHostStaticLock = new Object();
HttpRuntime.cs (1)
3433private static object s_factoryLock = new Object();
Profile\HttpProfileBase.cs (1)
656private static object s_InitializeLock = new Object();
Routing\UrlRoutingModule.cs (2)
9private static readonly object _contextKey = new Object(); 10private static readonly object _requestDataKey = new Object();
Security\AuthStoreRoleProvider.cs (1)
834private static Object s_Lock = new Object();
Security\PassportIdentity.cs (4)
266Object oOut = new Object(); 364Object vOut = new Object(); 918Object oOut = new Object(); 927Object oOut = new Object();
SiteMapProvider.cs (1)
34internal readonly object _lock = new Object();
UI\Page.cs (1)
206internal static readonly object EventPreRenderComplete = new Object();
UI\WebControls\TextBox.cs (1)
60private static readonly object EventTextChanged = new Object();
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1923private static Object _lockObject = new Object();
System.Web.Extensions (2)
Handlers\ScriptModule.cs (1)
22private static readonly object _contextKey = new Object();
Handlers\ScriptResourceHandler.cs (1)
34private static readonly Object _getMethodLock = new Object();
System.Web.Mobile (20)
UI\MobileControls\AdRotator.cs (1)
56private static readonly Object EventAdCreated = new Object();
UI\MobileControls\Calendar.cs (1)
50private static readonly Object EventSelectionChanged = new Object();
UI\MobileControls\Command.cs (2)
42private static readonly Object EventClick = new Object (); 43private static readonly Object EventItemCommand = new Object ();
UI\MobileControls\CustomValidator.cs (1)
38private static readonly Object EventServerValidate = new Object();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
635private static readonly Object _eventDisposed = new Object();
UI\MobileControls\Design\Util\WebConfigManager.cs (1)
247internal DeviceFilterNode(WebConfigManager webConfig) : base()
UI\MobileControls\Form.cs (3)
33private static readonly Object EventActivate = new Object(); 34private static readonly Object EventDeactivate = new Object(); 35private static readonly Object EventPaginated = new Object();
UI\MobileControls\List.cs (2)
44private static readonly Object EventItemCommand = new Object(); 45private static readonly Object EventItemDataBind = new Object();
UI\MobileControls\ObjectList.cs (4)
43private static readonly Object EventItemDataBind = new Object(); 44private static readonly Object EventItemCommand = new Object(); 45private static readonly Object EventItemSelect = new Object(); 46private static readonly Object EventShowItemCommands = new Object();
UI\MobileControls\PagedControl.cs (1)
31private static readonly Object EventLoadItems = new Object();
UI\MobileControls\SelectionList.cs (2)
45private static readonly Object EventItemDataBind = new Object(); 46private static readonly Object EventSelectedIndexChanged = new Object();
UI\MobileControls\TextBox.cs (1)
44private static readonly Object EventTextChanged = new Object();
System.Web.Services (4)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
31object o = new Object();
System\Web\Services\Protocols\ClientProtocol.cs (1)
75Object o = new Object();
System\Web\Services\Protocols\RemoteDebugger.cs (1)
31Object o = new Object();
System\Web\Services\Protocols\ServerProtocol.cs (1)
37Object o = new Object();
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs (1)
37protected BaseCAMarshaler(NativeMethods.CA_STRUCT caStruct) : base() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (10)
132private static readonly Object EventGetBaseAttributes = new Object(); 133private static readonly Object EventGetDynamicAttributes = new Object(); 134private static readonly Object EventShouldRefresh = new Object(); 135private static readonly Object EventGetDisplayName = new Object(); 136private static readonly Object EventGetDisplayValue = new Object(); 137private static readonly Object EventGetIsReadOnly = new Object(); 140private static readonly Object EventGetTypeConverterAndTypeEditor = new Object(); 142private static readonly Object EventShouldSerializeValue = new Object(); 143private static readonly Object EventCanResetValue = new Object(); 144private static readonly Object EventResetValue = new Object();
winforms\Managed\System\WinForms\Control.cs (2)
17529Object obj = new Object(); 18183Object obj = new Object();
winforms\Managed\System\WinForms\DataGridView.cs (1)
128private static readonly object EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED = new Object();
winforms\Managed\System\WinForms\Formatter.cs (1)
21static private Object parseMethodNotFound = new Object();
System.Workflow.Activities (4)
Executors\WorkflowWebService.cs (1)
218static Object wRuntimeSync = new Object();
LocalService\MethodMessage.cs (2)
52static Object syncRoot = new Object(); 232static Object syncObject = new Object();
Task.cs (1)
759: base()
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (1)
50Object o = new Object();
System.Workflow.Runtime (5)
Hosting\LocalTransaction.cs (1)
29object syncRoot = new Object();
Hosting\ManualWorkflowSchedulerService.cs (1)
52private object locker = new Object();
System\Activities\Statements\InteropExecutor.cs (1)
1021: base()
TimerEventSubscriptionCollection.cs (1)
20private object locker = new Object();
WorkflowQueuingService.cs (1)
20Object syncRoot = new Object();
System.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
72Object o = new Object();
WindowsBase (6)
Base\MS\Internal\IO\Zip\Crc32.cs (1)
139private static Object _globalSync = new Object();
Base\System\Collections\ObjectModel\WeakReadOnlyCollection.cs (1)
140System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
Shared\MS\Internal\CopyOnWriteList.cs (1)
40syncRoot = new Object();
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (2)
856private static Object _isoStoreSyncObject = new Object(); 857private static Object _isolatedStorageFileLock = new Object(); // see Dev11 880952
Shared\MS\Win32\HandleCollector.cs (1)
12private static Object handleMutex = new Object();
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
133private Object referencesCacheLock = new Object();