2 writes to PrivateImplementationType
dotnet-svcutil-lib (2)
CodeDomFixup\CodeDomVisitors\MakeOldAsyncMethodsPrivate.cs (1)
51
method.
PrivateImplementationType
= ifaceType;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
308
method.
PrivateImplementationType
= ifaceType;
6 references to PrivateImplementationType
dotnet-svcutil-lib (6)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
295
Enumerate(method.
PrivateImplementationType
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
377
if (e.
PrivateImplementationType
!= null)
379
ValidateTypeReference(e.
PrivateImplementationType
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
2118
if (e.
PrivateImplementationType
== null)
2132
if (e.
PrivateImplementationType
!= null)
2134
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
));