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) + ")");
862
string typeName =
GetTypeOutput
(e.CreateType);
882
string typeName =
GetTypeOutput
(e.CreateType);
1933
Output.Write(
GetTypeOutput
(e.Type));
2102
Output.Write(
GetTypeOutput
(typeRef));
2565
sb.Append(
GetTypeOutput
(typeArguments[i]));