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)
3716private 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)
1334return Synchronized((Hashtable)_table.Clone());
src\libraries\System.Private.CoreLib\src\System\Text\EncodingTable.cs (1)
18private 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));