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