8 references to PrivateImplementationType
System (8)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
1644if (e.PrivateImplementationType == null) { 1649if (e.PrivateImplementationType != null) { 1650name = GetBaseTypeOutput(e.PrivateImplementationType)+ "." + name;
compmod\microsoft\visualbasic\VBCodeProvider.cs (4)
1722if (e.PrivateImplementationType != null) 1724string impl = GetBaseTypeOutput(e.PrivateImplementationType); 1748else if (e.PrivateImplementationType != null) { 1750OutputType(e.PrivateImplementationType);
compmod\system\codedom\compiler\CodeValidator.cs (1)
508if (e.PrivateImplementationType != null) {