1 write to s_typeOfObjectArray
System.Xaml (1)
System\Xaml\Schema\CollectionReflector.cs (1)
386s_typeOfObjectArray = new Type[] { typeof(object) };
2 references to s_typeOfObjectArray
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
384if (s_typeOfObjectArray is null) 389return s_typeOfObjectArray;