2 implementations of GetTypeOutput
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
646string ICodeGenerator.GetTypeOutput(CodeTypeReference type)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3823public string GetTypeOutput(CodeTypeReference typeRef)
1 reference to GetTypeOutput
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (1)
211return CreateGeneratorHelper().GetTypeOutput(type);