5 writes to PrivateImplementationType
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
897
_ccRoot.StyleConnectorFn.
PrivateImplementationType
= new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IStyleConnector]);
1129
_ccRoot.HookupFn.
PrivateImplementationType
= new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector]);
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
308
method.
PrivateImplementationType
= ifaceType;
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
850
PrivateImplementationType
= ifaceType,
865
PrivateImplementationType
= ifaceType,
11 references to PrivateImplementationType
System (11)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
1866
if (e.
PrivateImplementationType
== null) {
1878
if (e.
PrivateImplementationType
!= null) {
1879
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
));
compmod\microsoft\visualbasic\VBCodeProvider.cs (6)
1815
&& meth.
PrivateImplementationType
== null)
1844
if (e.
PrivateImplementationType
!= null) {
1845
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
);
1851
if (e.
PrivateImplementationType
== null) {
1907
else if (e.
PrivateImplementationType
!= null) {
1909
OutputType(e.
PrivateImplementationType
);
compmod\system\codedom\compiler\CodeValidator.cs (2)
309
if (e.
PrivateImplementationType
!= null) {
310
ValidateTypeReference(e.
PrivateImplementationType
);