11 references to PrivateImplementationType
System.CodeDom (11)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1444
if (e.
PrivateImplementationType
== null)
1458
if (e.
PrivateImplementationType
!= null && !IsCurrentInterface)
1460
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false));
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1718
&& prop.
PrivateImplementationType
== null)
1737
if (e.
PrivateImplementationType
!= null)
1739
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false);
1745
if (e.
PrivateImplementationType
== null)
1807
else if (e.
PrivateImplementationType
!= null)
1810
OutputType(e.
PrivateImplementationType
);
System\CodeDom\Compiler\CodeValidator.cs (2)
285
if (e.
PrivateImplementationType
!= null && !IsCurrentInterface)
287
ValidateTypeReference(e.
PrivateImplementationType
);