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