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