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