87 references to RuleDecompiler
System.Workflow.Activities (87)
Rules\ArithmeticLiteral.cs (2)
319
(lhs == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(lhs),
320
(rhs == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(rhs));
Rules\Design\Dialogs\IntellisenseTextBox.cs (3)
525
toolTipText.Append(
RuleDecompiler
.DecompileType(methodInfo.ReturnType));
537
toolTipText.Append(
RuleDecompiler
.DecompileType(ctorInfo.DeclaringType));
585
toolTipText.Append(
RuleDecompiler
.DecompileType(paramType));
Rules\Executor.cs (13)
131
RuleDecompiler
.DecompileType(propertyInfo.ReflectedType), propertyInfo.Name, e.InnerException.Message);
157
RuleDecompiler
.DecompileType(propertyInfo.ReflectedType), propertyInfo.Name, e.InnerException.Message);
216
RuleDecompiler
.DecompileType(validation.ThisType),
217
RuleDecompiler
.DecompileType(thisObject.GetType())));
715
RuleDecompiler
.DecompileType(operandType),
716
RuleDecompiler
.DecompileType(toType)));
735
RuleDecompiler
.DecompileType(operandType),
736
RuleDecompiler
.DecompileType(toType)));
762
RuleDecompiler
.DecompileType(operandType),
763
RuleDecompiler
.DecompileType(toType)));
782
RuleDecompiler
.DecompileType(operandType),
783
RuleDecompiler
.DecompileType(toType)));
803
string message = string.Format(CultureInfo.CurrentCulture, Messages.CannotCastNullToValueType,
RuleDecompiler
.DecompileType(toType));
Rules\Expressions.cs (31)
144
RuleDecompiler
.DecompileObjectLiteral(stringBuilder, primitiveExpr.Value);
328
(lhsType == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(lhsType));
337
(rhsType == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(rhsType));
640
RuleDecompiler
.DecompileType(lhsType),
641
RuleDecompiler
.DecompileType(rhsType));
778
mustParenthesize =
RuleDecompiler
.MustParenthesize(leftExpr, parentExpression);
837
mustParenthesize =
RuleDecompiler
.MustParenthesize(rightExpr, parentExpression);
855
mustParenthesize =
RuleDecompiler
.MustParenthesize(binaryExpr, parentExpression);
947
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownField, fieldRefExpr.FieldName,
RuleDecompiler
.DecompileType(targetType));
966
message = string.Format(CultureInfo.CurrentCulture, Messages.FieldSetNotAllowed, fieldRefExpr.FieldName,
RuleDecompiler
.DecompileType(targetType));
1102
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownProperty, propGetExpr.PropertyName,
RuleDecompiler
.DecompileType(targetType));
1123
message = string.Format(CultureInfo.CurrentCulture, baseMessage, propGetExpr.PropertyName,
RuleDecompiler
.DecompileType(targetType));
1615
RuleDecompiler
.DecompileType(mi.ReflectedType), mi.Name, e.InnerException.Message);
1925
RuleDecompiler
.DecompileType(stringBuilder, typeRefExpr.Type);
2042
message = string.Format(CultureInfo.CurrentCulture, Messages.CastOfNullInvalid,
RuleDecompiler
.DecompileType(toType));
2114
message = string.Format(CultureInfo.CurrentCulture, Messages.CastIncompatibleTypes,
RuleDecompiler
.DecompileType(fromType),
RuleDecompiler
.DecompileType(toType));
2180
message = string.Format(CultureInfo.CurrentCulture, Messages.CastIncompatibleTypes, Messages.NullValue,
RuleDecompiler
.DecompileType(toType));
2215
bool mustParenthesize =
RuleDecompiler
.MustParenthesize(castExpr, parentExpression);
2220
RuleDecompiler
.DecompileType(stringBuilder, castExpr.TargetType);
2392
message = string.Format(CultureInfo.CurrentCulture, baseMessage, pi.Name,
RuleDecompiler
.DecompileType(targetType));
2693
message = string.Format(CultureInfo.CurrentCulture, Messages.CannotIndexType,
RuleDecompiler
.DecompileType(targetType));
2762
message = string.Format(CultureInfo.CurrentCulture, Messages.ArrayIndexBadType,
RuleDecompiler
.DecompileType(argType));
2953
message = string.Format(CultureInfo.CurrentCulture, Messages.NullConstructorParameter, i.ToString(CultureInfo.CurrentCulture),
RuleDecompiler
.DecompileType(resultType));
2988
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownConstructor,
RuleDecompiler
.DecompileType(resultType));
2998
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownConstructor,
RuleDecompiler
.DecompileType(resultType));
3122
RuleDecompiler
.DecompileType(createExpressionInfo.ExpressionType),
3143
bool mustParenthesize =
RuleDecompiler
.MustParenthesize(createExpression, parentExpression);
3148
RuleDecompiler
.DecompileType(stringBuilder, createExpression.CreateType);
3436
bool mustParenthesize =
RuleDecompiler
.MustParenthesize(createExpression, parentExpression);
3441
RuleDecompiler
.DecompileType(stringBuilder, createExpression.CreateType);
Rules\Literal.cs (10)
152
RuleDecompiler
.DecompileType(literalValue.GetType()),
153
RuleDecompiler
.DecompileType(literalType)),
434
RuleDecompiler
.DecompileType(lhs),
435
RuleDecompiler
.DecompileType(rhs));
458
(lhs == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(lhs),
459
(rhs == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(rhs));
776
(lhs == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(lhs),
777
(rhs == typeof(NullLiteral)) ? Messages.NullValue :
RuleDecompiler
.DecompileType(rhs));
794
RuleDecompiler
.DecompileMethod(candidates[0]),
795
RuleDecompiler
.DecompileMethod(candidates[1]));
Rules\Parser\Parser.cs (6)
1588
string message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownFieldOrProperty, name,
RuleDecompiler
.DecompileType(type));
1615
string message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownFieldOrProperty, name,
RuleDecompiler
.DecompileType(thisType));
1935
RuleDecompiler
.DecompileType(type));
2119
message = string.Format(CultureInfo.CurrentCulture, Messages.Parser_NotAGenericType,
RuleDecompiler
.DecompileType(type));
2127
message = string.Format(CultureInfo.CurrentCulture, Messages.Parser_BadTypeArgCount,
RuleDecompiler
.DecompileType(type));
2748
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownMethod, type.Name,
RuleDecompiler
.DecompileType(type));
Rules\RuleValidation.cs (20)
1267
RuleDecompiler
.DecompileType(fromType),
1268
RuleDecompiler
.DecompileType(toType));
1368
RuleDecompiler
.DecompileType(fromType),
1369
RuleDecompiler
.DecompileType(toType));
1458
RuleDecompiler
.DecompileType(fromType),
1459
RuleDecompiler
.DecompileType(toType));
1610
RuleDecompiler
.DecompileType(fromType),
1611
RuleDecompiler
.DecompileType(toType));
1908
string message = string.Format(CultureInfo.CurrentCulture, Messages.AssignNotAllowed, Messages.NullValue,
RuleDecompiler
.DecompileType(lhsType));
2335
message = string.Format(CultureInfo.CurrentCulture, Messages.CannotAccessPrivateMember, memberName,
RuleDecompiler
.DecompileType(targetType));
2346
message = string.Format(CultureInfo.CurrentCulture, Messages.CannotAccessInternalMember, memberName,
RuleDecompiler
.DecompileType(targetType));
2540
message = string.Format(CultureInfo.CurrentCulture, Messages.MethodArgumentTypeMismatch, argPosition, methodName,
RuleDecompiler
.DecompileType(argument.type),
RuleDecompiler
.DecompileType(this.type));
2552
message = string.Format(CultureInfo.CurrentCulture, Messages.MethodArgumentTypeMismatch, argPosition, methodName,
RuleDecompiler
.DecompileType(argument.type),
RuleDecompiler
.DecompileType(this.type));
3163
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownConstructor,
RuleDecompiler
.DecompileType(targetType));
3181
message = string.Format(CultureInfo.CurrentCulture, Messages.AmbiguousConstructor,
RuleDecompiler
.DecompileType(targetType));
3204
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownMethod, methodName,
RuleDecompiler
.DecompileType(targetType));
3561
message = string.Format(CultureInfo.CurrentCulture, Messages.IndexerNotFound,
RuleDecompiler
.DecompileType(targetType));
3747
sb.Append(
RuleDecompiler
.DecompileType(t));
Rules\Statements.cs (2)
170
message = string.Format(CultureInfo.CurrentCulture, Messages.AssignNotAllowed,
RuleDecompiler
.DecompileType(expressionType),
RuleDecompiler
.DecompileType(assignmentType));