2 references to TryCreateLiteral
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
1012
newExpression = ExpressionHelper.
TryCreateLiteral
(type, expressionText, context);
1061
literal = ExpressionHelper.
TryCreateLiteral
(context.ExpressionType, context.ExpressionText, context.ParserContext);