7 references to Synchronized
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
57
_collection = Hashtable.
Synchronized
(new Hashtable());
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
3716
private static Hashtable s_tableIsTypeDynamic = Hashtable.
Synchronized
(new Hashtable());
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
53
_uriTable = Hashtable.
Synchronized
(new Hashtable());
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1334
return
Synchronized
((Hashtable)_table.Clone());
src\libraries\System.Private.CoreLib\src\System\Text\EncodingTable.cs (1)
18
private static readonly Hashtable s_nameToCodePage = Hashtable.
Synchronized
(new Hashtable(StringComparer.OrdinalIgnoreCase));
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
50
_collection = Hashtable.
Synchronized
(new Hashtable());
System.Runtime.Caching (1)
System\Runtime\Caching\FileChangeNotificationSystem.cs (1)
92
_dirMonitors = Hashtable.
Synchronized
(new Hashtable(StringComparer.OrdinalIgnoreCase));