11 references to PrivateImplementationType
System.CodeDom (11)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1446
if (e.
PrivateImplementationType
== null)
1460
if (e.
PrivateImplementationType
!= null && !IsCurrentInterface)
1462
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false));
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1722
&& prop.
PrivateImplementationType
== null)
1741
if (e.
PrivateImplementationType
!= null)
1743
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false);
1749
if (e.
PrivateImplementationType
== null)
1811
else if (e.
PrivateImplementationType
!= null)
1814
OutputType(e.
PrivateImplementationType
);
System\CodeDom\Compiler\CodeValidator.cs (2)
282
if (e.
PrivateImplementationType
!= null && !IsCurrentInterface)
284
ValidateTypeReference(e.
PrivateImplementationType
);