1 type derived from CodeCompileUnit
System.CodeDom (1)
8 instantiations of CodeCompileUnit
Microsoft.Build.Tasks.Core (3)
PresentationBuildTasks (3)
System.Runtime.Serialization.Schema (1)
System.Windows.Forms.Design (1)
99 references to CodeCompileUnit
Microsoft.Build.Tasks.Core (8)
system.design\stronglytypedresourcebuilder.cs (5)
114internal static CodeCompileUnit Create(Dictionary<string, IResource> resourceList, String baseName, String generatedCodeNamespace, String resourcesNamespace, CodeDomProvider codeProvider, bool internalClass, out String[] unmatchable)
136private static CodeCompileUnit InternalCreate(Dictionary<String, ResourceData> resourceList, String baseName, String generatedCodeNamespace, String resourcesNamespace, CodeDomProvider codeProvider, bool internalClass, out String[] unmatchable)
192var ccu = new CodeCompileUnit();
261internal static CodeCompileUnit Create(String resxFile, String baseName, String generatedCodeNamespace, CodeDomProvider codeProvider, bool internalClass, out String[] unmatchable)
267internal static CodeCompileUnit Create(String resxFile, String baseName, String generatedCodeNamespace, String resourcesNamespace, CodeDomProvider codeProvider, bool internalClass, out String[] unmatchable)
PresentationBuildTasks (3)
System (1)
System.CodeDom (39)
System.Runtime.Serialization.Schema (17)
System.Windows.Forms.Design (14)
System.Windows.Forms.Design.Tests (17)