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