12 references to PrivateImplementationType
dotnet-svcutil-lib (12)
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));
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (6)
2192&& prop.PrivateImplementationType == null) 2217if (e.PrivateImplementationType != null) 2219string impl = GetBaseTypeOutput(e.PrivateImplementationType); 2225if (e.PrivateImplementationType == null) 2287else if (e.PrivateImplementationType != null) 2290OutputType(e.PrivateImplementationType);