5 references to GetBaseTypeOutput
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (5)
233
Output.Write(
GetBaseTypeOutput
(e.CreateType));
1126
name =
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false) + "." + name;
1385
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false));
1471
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType, preferBuiltInTypes: false));
2872
s +=
GetBaseTypeOutput
(baseTypeRef);