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)
1461if (e.PrivateImplementationType != null) 1463string impl = GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false); 1491else if (e.PrivateImplementationType != null) 1494OutputType(e.PrivateImplementationType);
System\CodeDom\Compiler\CodeValidator.cs (1)
583if (e.PrivateImplementationType != null)