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