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