Implemented interface member:
method
GetTypeOutput
System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)
3 references to GetTypeOutput
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
208
private void OutputType(CodeTypeReference typeRef) => Output.Write(
GetTypeOutput
(typeRef));
2605
Output.Write(
GetTypeOutput
(current.AttributeType));
2858
sb.Append(
GetTypeOutput
(typeArguments[i]));