8 references to PrivateImplementationType
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1118if (e.PrivateImplementationType == null) 1124if (e.PrivateImplementationType != null) 1126name = GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false) + "." + name;
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1464if (e.PrivateImplementationType != null) 1466string impl = GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false); 1494else if (e.PrivateImplementationType != null) 1497OutputType(e.PrivateImplementationType);
System\CodeDom\Compiler\CodeValidator.cs (1)
583if (e.PrivateImplementationType != null)