12 references to
System.CodeDom (12)
Microsoft\CSharp\CSharpCodeGenerator.cs (8)
2245if (typeParameters[i].CustomAttributes.Count > 0) 2247GenerateAttributes(typeParameters[i].CustomAttributes, null, true); 2251Output.Write(typeParameters[i].Name); 2270if (typeParameters[i].Constraints.Count > 0) 2272foreach (CodeTypeReference typeRef in typeParameters[i].Constraints) 2278Output.Write(typeParameters[i].Name); 2290if (typeParameters[i].HasConstructorConstraint) 2296Output.Write(typeParameters[i].Name);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2057Output.Write(typeParameters[i].Name); 2058OutputTypeParameterConstraints(typeParameters[i]);
System\CodeDom\CodeTypeParameterCollection.cs (1)
49Add(value[i]);
System\CodeDom\Compiler\CodeValidator.cs (1)
220ValidateTypeParameter(parameters[i]);