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)
740Output.Write(GetTypeOutput(typeRef)); 3533Output.Write(GetTypeOutput(current.AttributeType)); 3818sb.Append(GetTypeOutput(typeArguments[i]));