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