1 instantiation of TypeReferenceExpression
System.Workflow.Activities (1)
Rules\Walker.cs (1)
84
new TypeWrapperTuple(typeof(CodeTypeReferenceExpression), new
TypeReferenceExpression
()),
7 references to TypeReferenceExpression
System.Workflow.Activities (7)
Rules\Expressions.cs (7)
1694
newReference.TypeArguments.Add(
TypeReferenceExpression
.CloneType(typeReference));
2232
newCast.TargetType =
TypeReferenceExpression
.CloneType(castExpr.TargetType);
2242
return
TypeReferenceExpression
.MatchType(castExpr.TargetType, castComperand.TargetType) &&
3179
newCreate.CreateType =
TypeReferenceExpression
.CloneType(createExpression.CreateType);
3195
if (!
TypeReferenceExpression
.MatchType(createExpression.CreateType, createComperand.CreateType))
3479
newCreate.CreateType =
TypeReferenceExpression
.CloneType(createExpression.CreateType);
3495
|| (!
TypeReferenceExpression
.MatchType(createExpression.CreateType, createComperand.CreateType)))