Implemented interface member:
method
GetTypeOutput
Microsoft.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(Microsoft.CodeDom.CodeTypeReference)
3 references to GetTypeOutput
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
740
Output.Write(
GetTypeOutput
(typeRef));
3533
Output.Write(
GetTypeOutput
(current.AttributeType));
3818
sb.Append(
GetTypeOutput
(typeArguments[i]));