2 implementations of GetTypeOutput
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
2863
public string
GetTypeOutput
(CodeTypeReference typeRef)
System\CodeDom\Compiler\CodeGenerator.cs (1)
437
string ICodeGenerator.
GetTypeOutput
(CodeTypeReference type) => GetTypeOutput(type);
1 reference to GetTypeOutput
System.CodeDom (1)
System\CodeDom\Compiler\CodeDomProvider.cs (1)
155
CreateGeneratorHelper().
GetTypeOutput
(type);