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