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