65 references to Synchronized
mscorlib (17)
system\collections\hashtable.cs (1)
1488
return Hashtable.
Synchronized
((Hashtable)_table.Clone());
system\globalization\cultureinfo.cs (2)
1758
tempNameHT = Hashtable.
Synchronized
(new Hashtable());
1787
tempLcidHT = Hashtable.
Synchronized
(new Hashtable());
system\globalization\encodingtable.cs (2)
49
private static Hashtable hashByName = Hashtable.
Synchronized
(new Hashtable(StringComparer.OrdinalIgnoreCase));
53
private 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)
414
return Hashtable.
Synchronized
(CreateCaseInsensitiveHashtable());
system\runtime\remoting\soap.cs (7)
43
private static Hashtable _interopXmlElementToType = Hashtable.
Synchronized
(new Hashtable());
44
private static Hashtable _interopTypeToXmlElement = Hashtable.
Synchronized
(new Hashtable());
46
private static Hashtable _interopXmlTypeToType = Hashtable.
Synchronized
(new Hashtable());
47
private static Hashtable _interopTypeToXmlType = Hashtable.
Synchronized
(new Hashtable());
49
private static Hashtable _xmlToFieldTypeMap = Hashtable.
Synchronized
(new Hashtable());
51
private static Hashtable _methodBaseToSoapAction = Hashtable.
Synchronized
(new Hashtable());
52
private 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)
34
private Hashtable m_SyncTable = Hashtable.
Synchronized
(new Hashtable());
net\System\Net\HttpListener.cs (1)
615
m_DisconnectResults = Hashtable.
Synchronized
(new Hashtable());
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
1412
Hashtable 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)
335
internal 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)
43
Hashtable browserElements = Hashtable.
Synchronized
(new Hashtable(StringComparer.OrdinalIgnoreCase));
71
Hashtable 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)
35
private static IDictionary _urlCache = Hashtable.
Synchronized
(new Hashtable());
36
private static IDictionary _assemblyInfoCache = Hashtable.
Synchronized
(new Hashtable());
37
private static IDictionary _webResourceCache = Hashtable.
Synchronized
(new Hashtable());
38
private static IDictionary _typeAssemblyCache = Hashtable.
Synchronized
(new Hashtable());
HttpRuntime.cs (1)
3464
s_factoryCache = Hashtable.
Synchronized
(new Hashtable());
httpserverutility.cs (1)
45
private static IDictionary _cultureCache = Hashtable.
Synchronized
(new Hashtable());
UI\ControlBuilder.cs (1)
1667
s_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)
17
static Hashtable _viewStateIdTypes = Hashtable.
Synchronized
(new Hashtable());
UI\WebParts\PersonalizableAttribute.cs (1)
25
private static readonly IDictionary PersonalizableTypeTable = Hashtable.
Synchronized
(new Hashtable());
UI\WebParts\WebPartManager.cs (1)
2319
ConnectionPointsCache = Hashtable.
Synchronized
(new Hashtable());
UI\WebParts\WebPartTransformerAttribute.cs (1)
20
private static readonly Hashtable transformerCache = Hashtable.
Synchronized
(new Hashtable());
System.Web.Extensions (12)
Globalization\ClientCultureInfo.cs (1)
18
private static Hashtable cultureScriptBlockCache = Hashtable.
Synchronized
(new Hashtable());
Handlers\ScriptResourceHandler.cs (4)
32
private static readonly IDictionary _assemblyInfoCache = Hashtable.
Synchronized
(new Hashtable());
33
private static readonly IDictionary _cultureCache = Hashtable.
Synchronized
(new Hashtable());
562
private static readonly IDictionary _urlCache = Hashtable.
Synchronized
(new Hashtable(ListEqualityComparer.Instance));
563
private static readonly IDictionary _cultureCache = Hashtable.
Synchronized
(new Hashtable());
UI\AssemblyCache.cs (2)
28
private static readonly Hashtable _assemblyCache = Hashtable.
Synchronized
(new Hashtable());
31
internal static readonly Hashtable _versionCache = Hashtable.
Synchronized
(new Hashtable());
UI\ScriptReference.cs (1)
25
private static readonly Hashtable _scriptPathCache = Hashtable.
Synchronized
(new Hashtable());
UI\ScriptResourceInfo.cs (2)
28
private static readonly IDictionary _scriptCache = Hashtable.
Synchronized
(new Hashtable());
29
private static readonly IDictionary _duplicateScriptAttributesChecked = Hashtable.
Synchronized
(new Hashtable());
UI\TargetControlTypeCache.cs (1)
14
private static readonly Hashtable _targetControlTypeCache = Hashtable.
Synchronized
(new Hashtable());
UI\WebResourceUtil.cs (1)
21
private static readonly Hashtable _assemblyContainsWebResourceCache = Hashtable.
Synchronized
(new Hashtable());
System.Web.Mobile (1)
Mobile\MobileCapabilities.cs (1)
27
private Hashtable _evaluatorResults = Hashtable.
Synchronized
(new Hashtable());
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
69
Hashtable asyncInvokes = Hashtable.
Synchronized
(new Hashtable());
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXDataNode.cs (2)
926
cachedAssemblies = Hashtable.
Synchronized
(new Hashtable());
986
cachedTypes = Hashtable.
Synchronized
(new Hashtable(StringComparer.Ordinal));
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (1)
547
this.userData = Hashtable.
Synchronized
(new Hashtable());
AuthoringOM\DependencyObject.cs (1)
40
SetReadOnlyPropertyValue(UserDataProperty, Hashtable.
Synchronized
(new Hashtable()));
System.WorkflowServices (3)
System\Workflow\Activities\ReceiveActivity.cs (1)
115
private static Hashtable requestContextsCache = Hashtable.
Synchronized
(new Hashtable());
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
42
this.endpointMappings = Hashtable.
Synchronized
(new Hashtable());
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
22
static Hashtable contractInfoCollection = Hashtable.
Synchronized
(new Hashtable());
System.Xml (2)
System\Xml\Schema\XmlSchemaCollection.cs (1)
56
collection = Hashtable.
Synchronized
(new Hashtable());
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3237
static Hashtable tableIsTypeDynamic = Hashtable.
Synchronized
(new Hashtable());