5 references to GetBaseTypeOutput
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (5)
231
Output.Write(
GetBaseTypeOutput
(e.CreateType));
1121
name =
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false) + "." + name;
1374
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false));
1460
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false));
2855
s +=
GetBaseTypeOutput
(baseTypeRef);