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