5 references to PrivateImplementationType
dotnet-svcutil-lib (5)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
276Enumerate(evt.PrivateImplementationType);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
629if (e.PrivateImplementationType != null)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1842if (e.PrivateImplementationType == null) 1848if (e.PrivateImplementationType != null) 1850name = GetBaseTypeOutput(e.PrivateImplementationType) + "." + name;