4 writes to
System.ComponentModel.TypeConverter (4)
System\ComponentModel\TypeDescriptor.cs (4)
266
s_providerTable
[
type] = head;
295
s_providerTable
[
instance] = head;
435
associationTable
[
primary] = associations;
1692
s_providerTable
[
searchType] = node;
6 references to
System.ComponentModel.TypeConverter (6)
System\ComponentModel\TypeDescriptor.cs (6)
425
IList? associations = (IList?)associationTable
[
primary];
431
associations = (IList?)associationTable
[
primary];
1674
node = (TypeDescriptionNode?)s_providerTable
[
searchType];
1685
node = (TypeDescriptionNode?)s_providerTable
[
searchType];
1748
TypeDescriptionNode? node = (TypeDescriptionNode?)s_providerTable
[
instance];
1812
TypeDescriptionNode? head = (TypeDescriptionNode?)s_providerTable
[
key];