5 references to GetBaseTypeOutput
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (5)
233
Output.Write(
GetBaseTypeOutput
(e.CreateType));
1123
name =
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false) + "." + name;
1376
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false));
1462
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false));
2857
s +=
GetBaseTypeOutput
(baseTypeRef);