12 references to
System.CodeDom (12)
Microsoft\CSharp\CSharpCodeGenerator.cs (8)
2256if (typeParameters[i].CustomAttributes.Count > 0) 2258GenerateAttributes(typeParameters[i].CustomAttributes, null, true); 2262Output.Write(typeParameters[i].Name); 2281if (typeParameters[i].Constraints.Count > 0) 2283foreach (CodeTypeReference typeRef in typeParameters[i].Constraints) 2289Output.Write(typeParameters[i].Name); 2301if (typeParameters[i].HasConstructorConstraint) 2307Output.Write(typeParameters[i].Name);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2064Output.Write(typeParameters[i].Name); 2065OutputTypeParameterConstraints(typeParameters[i]);
System\CodeDom\CodeTypeParameterCollection.cs (1)
55Add(value[i]);
System\CodeDom\Compiler\CodeValidator.cs (1)
220ValidateTypeParameter(parameters[i]);