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