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