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