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)
720Output.Write(GetTypeOutput(current.AttributeType)); 773Output.Write("CType(Nothing, " + GetTypeOutput(e.Type) + ")"); 1207String typeName = GetTypeOutput(e.CreateType); 1225String typeName = GetTypeOutput(e.CreateType); 2428Output.Write(GetTypeOutput(e.Type)); 2602Output.Write(GetTypeOutput(typeRef)); 3150sb.Append(GetTypeOutput(typeArguments[i]));