6 references to PrivateImplementationType
dotnet-svcutil-lib (6)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
306Enumerate(prop.PrivateImplementationType);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
303if (e.PrivateImplementationType != null && !IsCurrentInterface) 305ValidateTypeReference(e.PrivateImplementationType);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
2210if (e.PrivateImplementationType == null) 2224if (e.PrivateImplementationType != null && !IsCurrentInterface) 2226Output.Write(GetBaseTypeOutput(e.PrivateImplementationType));