9 references to PrivateImplementationType
dotnet-svcutil-lib (9)
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;
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
1916
if (e.
PrivateImplementationType
!= null)
1918
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
);
1946
else if (e.
PrivateImplementationType
!= null)
1949
OutputType(e.
PrivateImplementationType
);