Base:
method
GetTypeOutput
Microsoft.CodeDom.Compiler.CodeGenerator.GetTypeOutput(Microsoft.CodeDom.CodeTypeReference)
7 references to GetTypeOutput
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (7)
720
Output.Write(
GetTypeOutput
(current.AttributeType));
773
Output.Write("CType(Nothing, " +
GetTypeOutput
(e.Type) + ")");
1207
String typeName =
GetTypeOutput
(e.CreateType);
1225
String typeName =
GetTypeOutput
(e.CreateType);
2428
Output.Write(
GetTypeOutput
(e.Type));
2602
Output.Write(
GetTypeOutput
(typeRef));
3150
sb.Append(
GetTypeOutput
(typeArguments[i]));