3 references to inOutArgumentGenericType
System.Activities (3)
System\Activities\ExpressionUtilities.cs (3)
141
if (declaringTypeGenericDefinition ==
inOutArgumentGenericType
||
207
if (declaringTypeGenericDefinition ==
inOutArgumentGenericType
||
1847
else if (targetObjectGenericType == outArgumentGenericType || targetObjectGenericType ==
inOutArgumentGenericType
)