2 writes to PrivateImplementationType
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
887
_ccRoot.StyleConnectorFn.
PrivateImplementationType
= new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IStyleConnector]);
1119
_ccRoot.HookupFn.
PrivateImplementationType
= new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector]);
11 references to PrivateImplementationType
System.CodeDom (11)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1369
if (e.
PrivateImplementationType
== null)
1383
if (e.
PrivateImplementationType
!= null)
1385
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false));
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1565
&& meth.
PrivateImplementationType
== null)
1591
if (e.
PrivateImplementationType
!= null)
1593
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
, preferBuiltInTypes: false);
1600
if (e.
PrivateImplementationType
== null)
1667
else if (e.
PrivateImplementationType
!= null)
1670
OutputType(e.
PrivateImplementationType
);
System\CodeDom\Compiler\CodeValidator.cs (2)
356
if (e.
PrivateImplementationType
!= null)
358
ValidateTypeReference(e.
PrivateImplementationType
);