65 references to Synchronized
mscorlib (17)
system\collections\hashtable.cs (1)
1488return Hashtable.Synchronized((Hashtable)_table.Clone());
system\globalization\cultureinfo.cs (2)
1758tempNameHT = Hashtable.Synchronized(new Hashtable()); 1787tempLcidHT = Hashtable.Synchronized(new Hashtable());
system\globalization\encodingtable.cs (2)
49private static Hashtable hashByName = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 53private static Hashtable hashByCodePage = Hashtable.Synchronized(new Hashtable());
system\runtime\remoting\configuration.cs (4)
927_remoteTypeInfo = Hashtable.Synchronized(new Hashtable()); 929_exportableClasses = Hashtable.Synchronized(new Hashtable()); 931_remoteAppInfo = Hashtable.Synchronized(new Hashtable()); 932_wellKnownExportInfo = Hashtable.Synchronized(new Hashtable());
system\runtime\remoting\remotingconfigparser.cs (1)
414return Hashtable.Synchronized(CreateCaseInsensitiveHashtable());
system\runtime\remoting\soap.cs (7)
43private static Hashtable _interopXmlElementToType = Hashtable.Synchronized(new Hashtable()); 44private static Hashtable _interopTypeToXmlElement = Hashtable.Synchronized(new Hashtable()); 46private static Hashtable _interopXmlTypeToType = Hashtable.Synchronized(new Hashtable()); 47private static Hashtable _interopTypeToXmlType = Hashtable.Synchronized(new Hashtable()); 49private static Hashtable _xmlToFieldTypeMap = Hashtable.Synchronized(new Hashtable()); 51private static Hashtable _methodBaseToSoapAction = Hashtable.Synchronized(new Hashtable()); 52private static Hashtable _soapActionToMethodBase = Hashtable.Synchronized(new Hashtable());
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
82_uriTable = Hashtable.Synchronized(new Hashtable());
System (2)
net\System\Net\_SpnDictionary.cs (1)
34private Hashtable m_SyncTable = Hashtable.Synchronized(new Hashtable());
net\System\Net\HttpListener.cs (1)
615m_DisconnectResults = Hashtable.Synchronized(new Hashtable());
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
1412Hashtable requests = Hashtable.Synchronized(new Hashtable());
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
71_dirMonitors = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
335internal static Hashtable s_registeredDynamicTypeTable = Hashtable.Synchronized(new Hashtable());
System.Web (19)
Compilation\BuildManagerHost.cs (1)
113_assemblyCollection = Hashtable.Synchronized(new Hashtable());
Configuration\BrowserCapabilitiesFactoryBase.cs (2)
43Hashtable browserElements = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 71Hashtable matchedHeaders = Hashtable.Synchronized(new Hashtable(24, StringComparer.OrdinalIgnoreCase));
Configuration\HttpCapabilitiesBase.cs (1)
363_adapterTypes = Hashtable.Synchronized(new Hashtable());
FileChangesMonitor.cs (1)
1542_aliases = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
Handlers\AssemblyResourceLoader.cs (4)
35private static IDictionary _urlCache = Hashtable.Synchronized(new Hashtable()); 36private static IDictionary _assemblyInfoCache = Hashtable.Synchronized(new Hashtable()); 37private static IDictionary _webResourceCache = Hashtable.Synchronized(new Hashtable()); 38private static IDictionary _typeAssemblyCache = Hashtable.Synchronized(new Hashtable());
HttpRuntime.cs (1)
3464s_factoryCache = Hashtable.Synchronized(new Hashtable());
httpserverutility.cs (1)
45private static IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable());
UI\ControlBuilder.cs (1)
1667s_controlBuilderFactoryCache = Hashtable.Synchronized(new Hashtable());
UI\FilterableAttribute.cs (1)
45_filterableTypes = Hashtable.Synchronized(new Hashtable());
UI\SupportsEventValidationAttribute.cs (1)
26_typesSupportsEventValidation = Hashtable.Synchronized(new Hashtable());
UI\ThemeableAttribute.cs (1)
44_themeableTypes = Hashtable.Synchronized(new Hashtable());
UI\ViewStateModeByIdAttribute.cs (1)
17static Hashtable _viewStateIdTypes = Hashtable.Synchronized(new Hashtable());
UI\WebParts\PersonalizableAttribute.cs (1)
25private static readonly IDictionary PersonalizableTypeTable = Hashtable.Synchronized(new Hashtable());
UI\WebParts\WebPartManager.cs (1)
2319ConnectionPointsCache = Hashtable.Synchronized(new Hashtable());
UI\WebParts\WebPartTransformerAttribute.cs (1)
20private static readonly Hashtable transformerCache = Hashtable.Synchronized(new Hashtable());
System.Web.Extensions (12)
Globalization\ClientCultureInfo.cs (1)
18private static Hashtable cultureScriptBlockCache = Hashtable.Synchronized(new Hashtable());
Handlers\ScriptResourceHandler.cs (4)
32private static readonly IDictionary _assemblyInfoCache = Hashtable.Synchronized(new Hashtable()); 33private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable()); 562private static readonly IDictionary _urlCache = Hashtable.Synchronized(new Hashtable(ListEqualityComparer.Instance)); 563private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable());
UI\AssemblyCache.cs (2)
28private static readonly Hashtable _assemblyCache = Hashtable.Synchronized(new Hashtable()); 31internal static readonly Hashtable _versionCache = Hashtable.Synchronized(new Hashtable());
UI\ScriptReference.cs (1)
25private static readonly Hashtable _scriptPathCache = Hashtable.Synchronized(new Hashtable());
UI\ScriptResourceInfo.cs (2)
28private static readonly IDictionary _scriptCache = Hashtable.Synchronized(new Hashtable()); 29private static readonly IDictionary _duplicateScriptAttributesChecked = Hashtable.Synchronized(new Hashtable());
UI\TargetControlTypeCache.cs (1)
14private static readonly Hashtable _targetControlTypeCache = Hashtable.Synchronized(new Hashtable());
UI\WebResourceUtil.cs (1)
21private static readonly Hashtable _assemblyContainsWebResourceCache = Hashtable.Synchronized(new Hashtable());
System.Web.Mobile (1)
Mobile\MobileCapabilities.cs (1)
27private Hashtable _evaluatorResults = Hashtable.Synchronized(new Hashtable());
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
69Hashtable asyncInvokes = Hashtable.Synchronized(new Hashtable());
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXDataNode.cs (2)
926cachedAssemblies = Hashtable.Synchronized(new Hashtable()); 986cachedTypes = Hashtable.Synchronized(new Hashtable(StringComparer.Ordinal));
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (1)
547this.userData = Hashtable.Synchronized(new Hashtable());
AuthoringOM\DependencyObject.cs (1)
40SetReadOnlyPropertyValue(UserDataProperty, Hashtable.Synchronized(new Hashtable()));
System.WorkflowServices (3)
System\Workflow\Activities\ReceiveActivity.cs (1)
115private static Hashtable requestContextsCache = Hashtable.Synchronized(new Hashtable());
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
42this.endpointMappings = Hashtable.Synchronized(new Hashtable());
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
22static Hashtable contractInfoCollection = Hashtable.Synchronized(new Hashtable());
System.Xml (2)
System\Xml\Schema\XmlSchemaCollection.cs (1)
56collection = Hashtable.Synchronized(new Hashtable());
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3237static Hashtable tableIsTypeDynamic = Hashtable.Synchronized(new Hashtable());