8 references to PrivateImplementationType
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1113
if (e.
PrivateImplementationType
== null)
1119
if (e.
PrivateImplementationType
!= null)
1121
name = GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false) + "." + name;
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1457
if (e.
PrivateImplementationType
!= null)
1459
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false);
1487
else if (e.
PrivateImplementationType
!= null)
1490
OutputType(e.
PrivateImplementationType
);
System\CodeDom\Compiler\CodeValidator.cs (1)
580
if (e.
PrivateImplementationType
!= null)