1 write to typeConstructor
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ImportManyAttributeInfo.cs (1)
87
typeConstructor
= typeof(ImportManyAttribute).GetConstructor(new Type[] { typeof(string), typeof(Type) });
2 references to typeConstructor
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ImportManyAttributeInfo.cs (2)
85
if (
typeConstructor
== null)
89
return
typeConstructor
;