1 write to s_typeOfTwoObjectArray
System.Xaml (1)
System\Xaml\Schema\CollectionReflector.cs (1)
398
s_typeOfTwoObjectArray
= new Type[] { typeof(object), typeof(object) };
2 references to s_typeOfTwoObjectArray
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
396
if (
s_typeOfTwoObjectArray
is null)
401
return
s_typeOfTwoObjectArray
;