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