9 references to PrivateImplementationType
dotnet-svcutil-lib (9)
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;
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
1916if (e.PrivateImplementationType != null) 1918string impl = GetBaseTypeOutput(e.PrivateImplementationType); 1946else if (e.PrivateImplementationType != null) 1949OutputType(e.PrivateImplementationType);