10 references to
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
238ValidateTypeParameter(parameters[i]);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (8)
3105if (typeParameters[i].CustomAttributes.Count > 0) 3107GenerateAttributes(typeParameters[i].CustomAttributes, null, true); 3111Output.Write(typeParameters[i].Name); 3132if (typeParameters[i].Constraints.Count > 0) 3134foreach (CodeTypeReference typeRef in typeParameters[i].Constraints) 3139Output.Write(typeParameters[i].Name); 3151if (typeParameters[i].HasConstructorConstraint) 3156Output.Write(typeParameters[i].Name);
FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameterCollection.cs (1)
75this.Add(value[i]);