2 writes to PrivateImplementationType
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
887PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IStyleConnector]) 1122PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector])
11 references to PrivateImplementationType
System.CodeDom (11)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
1360if (e.PrivateImplementationType == null) 1374if (e.PrivateImplementationType != null) 1376Output.Write(GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false));
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1562&& meth.PrivateImplementationType == null) 1588if (e.PrivateImplementationType != null) 1590string impl = GetBaseTypeOutput(e.PrivateImplementationType, preferBuiltInTypes: false); 1597if (e.PrivateImplementationType == null) 1664else if (e.PrivateImplementationType != null) 1667OutputType(e.PrivateImplementationType);
System\CodeDom\Compiler\CodeValidator.cs (2)
353if (e.PrivateImplementationType != null) 355ValidateTypeReference(e.PrivateImplementationType);