1 write to ResultType
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
1431
descriptor.
ResultType
= resultType;
2 references to ResultType
System.Activities (2)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
1174
new CodeTypeReference[] { new CodeTypeReference(descriptor.
ResultType
) });
1493
Type returnType = typeof(Expression<>).MakeGenericType(typeof(Func<>).MakeGenericType(expressionDescriptor.
ResultType
));