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