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