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