11 references to PrivateImplementationType
System (11)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
1945
if (e.
PrivateImplementationType
== null) {
1957
if (e.
PrivateImplementationType
!= null && !IsCurrentInterface) {
1958
Output.Write(GetBaseTypeOutput(e.
PrivateImplementationType
));
compmod\microsoft\visualbasic\VBCodeProvider.cs (6)
1957
&& prop.
PrivateImplementationType
== null)
1980
if (e.
PrivateImplementationType
!= null)
1982
string impl = GetBaseTypeOutput(e.
PrivateImplementationType
);
1987
if (e.
PrivateImplementationType
== null) {
2037
else if (e.
PrivateImplementationType
!= null) {
2039
OutputType(e.
PrivateImplementationType
);
compmod\system\codedom\compiler\CodeValidator.cs (2)
250
if (e.
PrivateImplementationType
!= null && !IsCurrentInterface) {
251
ValidateTypeReference(e.
PrivateImplementationType
);