9 overrides of MakeArrayType
mscorlib (6)
System.Activities.Presentation (1)
System.Data (1)
System.Workflow.ComponentModel (1)
28 references to MakeArrayType
mscorlib (7)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (3)
377throw new InvalidCastException(Environment.GetResourceString("InvalidCast_WinRTIPropertyValueElement", this.Type, typeof(T).MakeArrayType().Name), __HResults.TYPE_E_TYPEMISMATCH);
391Exception e = new InvalidCastException(Environment.GetResourceString("InvalidCast_WinRTIPropertyValueArrayCoersion", this.Type, typeof(T).MakeArrayType().Name, i, elementCastException.Message), elementCastException);
540throw new InvalidCastException(Environment.GetResourceString("InvalidCast_WinRTIPropertyValueElement", _data.GetType(), expectedArrayElementType.MakeArrayType().Name), __HResults.TYPE_E_TYPEMISMATCH);
PresentationFramework (2)
System.Activities (1)
System.Activities.Presentation (2)
System.Core (3)
System.Data (2)
System.Runtime.Serialization (2)
System.ServiceModel (1)
System.Workflow.Activities (3)
System.Xml (4)
XamlBuildTask (1)