11 references to PrivateImplementationType
System.CodeDom (11)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1455if (e.PrivateImplementationType == null) 1469if (e.PrivateImplementationType != null && !IsCurrentInterface) 1471Output.Write(GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false));
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1725&& prop.PrivateImplementationType == null) 1744if (e.PrivateImplementationType != null) 1746string impl = GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false); 1752if (e.PrivateImplementationType == null) 1814else if (e.PrivateImplementationType != null) 1817OutputType(e.PrivateImplementationType);
System\CodeDom\Compiler\CodeValidator.cs (2)
285if (e.PrivateImplementationType != null && !IsCurrentInterface) 287ValidateTypeReference(e.PrivateImplementationType);