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