4 references to GetCollection
System.Activities (4)
System\Activities\Expressions\TextExpression.cs (4)
83
return
GetCollection
<string>(target, namespacesProperty);
103
return
GetCollection
<string>(target, namespacesForImplementationProperty);
142
return
GetCollection
<AssemblyReference>(target, referencesProperty);
162
return
GetCollection
<AssemblyReference>(target, referencesForImplementationProperty);