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