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