3 writes to Type
System (3)
compmod\system\codedom\CodeTypeReferenceExpression.cs (3)
44Type = type; 51Type = new CodeTypeReference(type); 58Type = new CodeTypeReference(type);
9 references to Type
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2302OutputType(e.Type);
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1595OutputType(e.Type);
compmod\system\codedom\compiler\CodeValidator.cs (1)
655ValidateTypeReference(((CodeTypeReferenceExpression)e).Type);
System.Workflow.Activities (6)
Rules\Expressions.cs (6)
1889if (typeRefExpr.Type == null) 1906Type resultType = validation.ResolveType(typeRefExpr.Type); 1925RuleDecompiler.DecompileType(stringBuilder, typeRefExpr.Type); 1931CodeTypeReferenceExpression newType = new CodeTypeReferenceExpression(CloneType(typeRefExpr.Type)); 1956return MatchType(typeRefExpr.Type, newType.Type);