5 references to GetBaseTypeOutput
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (5)
774Output.Write(GetBaseTypeOutput(e.CreateType)); 1850name = GetBaseTypeOutput(e.PrivateImplementationType) + "." + name; 2134Output.Write(GetBaseTypeOutput(e.PrivateImplementationType)); 2226Output.Write(GetBaseTypeOutput(e.PrivateImplementationType)); 3832s += GetBaseTypeOutput(baseTypeRef);