12 references to
System.CodeDom (12)
Microsoft\CSharp\CSharpCodeGenerator.cs (8)
2247if (typeParameters[i].CustomAttributes.Count > 0) 2249GenerateAttributes(typeParameters[i].CustomAttributes, null, true); 2253Output.Write(typeParameters[i].Name); 2272if (typeParameters[i].Constraints.Count > 0) 2274foreach (CodeTypeReference typeRef in typeParameters[i].Constraints) 2280Output.Write(typeParameters[i].Name); 2292if (typeParameters[i].HasConstructorConstraint) 2298Output.Write(typeParameters[i].Name);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2061Output.Write(typeParameters[i].Name); 2062OutputTypeParameterConstraints(typeParameters[i]);
System\CodeDom\CodeTypeParameterCollection.cs (1)
49Add(value[i]);
System\CodeDom\Compiler\CodeValidator.cs (1)
217ValidateTypeParameter(parameters[i]);