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