Base:
method
GetTypeOutput
System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)
7 references to GetTypeOutput
System (7)
compmod\microsoft\visualbasic\VBCodeProvider.cs (7)
683
Output.Write(
GetTypeOutput
(current.AttributeType));
727
Output.Write("CType(Nothing, " +
GetTypeOutput
(e.Type) + ")");
1113
String typeName =
GetTypeOutput
(e.CreateType);
1129
String typeName =
GetTypeOutput
(e.CreateType);
2161
Output.Write(
GetTypeOutput
(e.Type));
2307
Output.Write(
GetTypeOutput
(typeRef));
2761
sb.Append(
GetTypeOutput
(typeArguments[i]));