2 references to locationGenericType
System.Activities (2)
System\Activities\ActivityUtilities.cs (2)
363
if (type.IsGenericType && type.GetGenericTypeDefinition() ==
locationGenericType
)
417
return
locationGenericType
.MakeGenericType(locationType);