8 references to PrivateImplementationType
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1115if (e.PrivateImplementationType == null) 1121if (e.PrivateImplementationType != null) 1123name = 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)
577if (e.PrivateImplementationType != null)