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