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