12 references to
System (12)
compmod\microsoft\csharp\csharpcodeprovider.cs (8)
2722
if (typeParameters
[
i].CustomAttributes.Count > 0) {
2723
GenerateAttributes(typeParameters
[
i].CustomAttributes, null, true);
2727
Output.Write(typeParameters
[
i].Name);
2745
if( typeParameters
[
i].Constraints.Count > 0) {
2746
foreach (CodeTypeReference typeRef in typeParameters
[
i].Constraints) {
2749
Output.Write(typeParameters
[
i].Name);
2760
if( typeParameters
[
i].HasConstructorConstraint) {
2763
Output.Write(typeParameters
[
i].Name);
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
2273
Output.Write(typeParameters
[
i].Name);
2274
OutputTypeParameterConstraints(typeParameters
[
i]);
compmod\system\codedom\CodeTypeParameterCollection.cs (1)
64
this.Add(value
[
i]);
compmod\system\codedom\compiler\CodeValidator.cs (1)
194
ValidateTypeParameter(parameters
[
i]);