2 writes to MultiTargetingInformation
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (2)
522compilerParameters.MultiTargetingInformation = new MultiTargetingInfo(defaultFrameworkName); 526compilerParameters.MultiTargetingInformation = new MultiTargetingInfo(this.targetFramework);
4 references to MultiTargetingInformation
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompiler.cs (3)
424if (this.parameters.MultiTargetingInformation != null) 426return this.parameters.MultiTargetingInformation.TargetFramework; 697MultiTargetingInfo mtInfo = parameters.MultiTargetingInformation;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
377Debug.Assert(parameters.MultiTargetingInformation == null, "Shouldn't come here if opted to MT support");