5 references to DecompileType
System.Workflow.Activities (5)
Rules\CodeDomDecompiler.cs (1)
251DecompileType(decompilation, argTypeRef);
Rules\Expressions.cs (4)
1925RuleDecompiler.DecompileType(stringBuilder, typeRefExpr.Type); 2220RuleDecompiler.DecompileType(stringBuilder, castExpr.TargetType); 3148RuleDecompiler.DecompileType(stringBuilder, createExpression.CreateType); 3441RuleDecompiler.DecompileType(stringBuilder, createExpression.CreateType);