1 write to _typeTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\KnownTypesHelper.cs (1)
49
_typeTable
=new Type[size];
2 references to _typeTable
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypesHelper.cs (2)
56
Type t =
_typeTable
[index];
61
_typeTable
[index] = t;