1 write to nameAndTypeConstructor
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ImportManyAttributeInfo.cs (1)
75
nameAndTypeConstructor
= typeof(ImportManyAttribute).GetConstructor(new Type[] { typeof(Type) });
2 references to nameAndTypeConstructor
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ImportManyAttributeInfo.cs (2)
73
if (
nameAndTypeConstructor
== null)
77
return
nameAndTypeConstructor
;