2 writes to ProjectType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (2)
158ProjectType = SupportedLanguages.CSharp; 162ProjectType = SupportedLanguages.VB;
7 references to ProjectType
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\CompileXomlTask.cs (7)
365if (this.ProjectType == SupportedLanguages.VB) 530switch (this.ProjectType) 552compilerParameters.LanguageToUse = this.ProjectType.ToString(); 565if (this.ProjectType == SupportedLanguages.VB) 627WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(ccu.Namespaces, this.RootNamespace, CompilerHelpers.GetSupportedLanguage(this.ProjectType.ToString())); //just add the standard namespaces 857if (this.ProjectType == SupportedLanguages.VB) 880if (this.ProjectType == SupportedLanguages.VB)