2 writes to PrivateImplementationType
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
874
PrivateImplementationType
= new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IStyleConnector])
1109
PrivateImplementationType
= new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector])
11 references to PrivateImplementationType
System.CodeDom (11)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1358
if (e.
PrivateImplementationType
== null)
1372
if (e.
PrivateImplementationType
!= null)
1374
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false));
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1558
&& meth.
PrivateImplementationType
== null)
1584
if (e.
PrivateImplementationType
!= null)
1586
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false);
1593
if (e.
PrivateImplementationType
== null)
1660
else if (e.
PrivateImplementationType
!= null)
1663
OutputType(e.
PrivateImplementationType
);
System\CodeDom\Compiler\CodeValidator.cs (2)
356
if (e.
PrivateImplementationType
!= null)
358
ValidateTypeReference(e.
PrivateImplementationType
);