13 instantiations of TypeWrapperTuple
System.Workflow.Activities (13)
Rules\Walker.cs (13)
75new TypeWrapperTuple(typeof(CodeThisReferenceExpression), new ThisExpression()),
76new TypeWrapperTuple(typeof(CodePrimitiveExpression), new PrimitiveExpression()),
77new TypeWrapperTuple(typeof(CodeFieldReferenceExpression), new FieldReferenceExpression()),
78new TypeWrapperTuple(typeof(CodePropertyReferenceExpression), new PropertyReferenceExpression()),
79new TypeWrapperTuple(typeof(CodeBinaryOperatorExpression), new BinaryExpression()),
80new TypeWrapperTuple(typeof(CodeMethodInvokeExpression), new MethodInvokeExpression()),
81new TypeWrapperTuple(typeof(CodeIndexerExpression), new IndexerPropertyExpression()),
82new TypeWrapperTuple(typeof(CodeArrayIndexerExpression), new ArrayIndexerExpression()),
83new TypeWrapperTuple(typeof(CodeDirectionExpression), new DirectionExpression()),
84new TypeWrapperTuple(typeof(CodeTypeReferenceExpression), new TypeReferenceExpression()),
85new TypeWrapperTuple(typeof(CodeCastExpression), new CastExpression()),
86new TypeWrapperTuple(typeof(CodeObjectCreateExpression), new ObjectCreateExpression()),
87new TypeWrapperTuple(typeof(CodeArrayCreateExpression), new ArrayCreateExpression())
3 references to TypeWrapperTuple
System.Workflow.Activities (3)