5 references to TypeArguments
dotnet-svcutil-lib (5)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
319
Enumerate(expr.
TypeArguments
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
937
ValidateTypeReferences(e.
TypeArguments
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
1102
if (e.
TypeArguments
.Count > 0)
1104
Output.Write(GetTypeArgumentsOutput(e.
TypeArguments
));
FrameworkFork\Microsoft.CodeDom\System\codemethodreferenceexpression.cs (1)
58
TypeArguments
.AddRange(typeParameters);