Base:
method
GetTypeOutput
System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)
7 references to GetTypeOutput
System.CodeDom (7)
Microsoft\VisualBasic\VBCodeGenerator.cs (7)
437
Output.Write(
GetTypeOutput
(current.AttributeType));
489
Output.Write("CType(Nothing, " +
GetTypeOutput
(e.Type) + ")");
865
string typeName =
GetTypeOutput
(e.CreateType);
885
string typeName =
GetTypeOutput
(e.CreateType);
1936
Output.Write(
GetTypeOutput
(e.Type));
2105
Output.Write(
GetTypeOutput
(typeRef));
2568
sb.Append(
GetTypeOutput
(typeArguments[i]));