1 write to compilerVersion
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
77
this.
compilerVersion
= MultiTargetingInfo.GetCompilerVersion(this.targetFramework.Version);
2 references to compilerVersion
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerParameters.cs (2)
75
if (this.
compilerVersion
== null)
79
return this.
compilerVersion
;