5 writes to PrivateImplementationType
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
897_ccRoot.StyleConnectorFn.PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IStyleConnector]); 1129_ccRoot.HookupFn.PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector]);
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
308method.PrivateImplementationType = ifaceType;
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
850PrivateImplementationType = ifaceType, 865PrivateImplementationType = ifaceType,
11 references to PrivateImplementationType
System (11)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
1866if (e.PrivateImplementationType == null) { 1878if (e.PrivateImplementationType != null) { 1879Output.Write(GetBaseTypeOutput(e.PrivateImplementationType));
compmod\microsoft\visualbasic\VBCodeProvider.cs (6)
1815&& meth.PrivateImplementationType == null) 1844if (e.PrivateImplementationType != null) { 1845string impl = GetBaseTypeOutput(e.PrivateImplementationType); 1851if (e.PrivateImplementationType == null) { 1907else if (e.PrivateImplementationType != null) { 1909OutputType(e.PrivateImplementationType);
compmod\system\codedom\compiler\CodeValidator.cs (2)
309if (e.PrivateImplementationType != null) { 310ValidateTypeReference(e.PrivateImplementationType);