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