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;
12 references to PrivateImplementationType
dotnet-svcutil-lib (12)
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));
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (6)
2025&& meth.PrivateImplementationType == null) 2057if (e.PrivateImplementationType != null) 2059string impl = GetBaseTypeOutput(e.PrivateImplementationType); 2066if (e.PrivateImplementationType == null) 2133else if (e.PrivateImplementationType != null) 2136OutputType(e.PrivateImplementationType);