1 write to _collectibleTable
System.Private.Xml (1)
System\Xml\Serialization\ContextAwareTables.cs (1)
20_collectibleTable = new ConditionalWeakTable<Type, T>();
4 references to _collectibleTable
System.Private.Xml (4)
System\Xml\Serialization\ContextAwareTables.cs (4)
31if (_collectibleTable.TryGetValue(t, out ret)) 53lock (_collectibleTable) 55if (!_collectibleTable.TryGetValue(t, out ret)) 58_collectibleTable.AddOrUpdate(t, ret);