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