3 references to NetFxRuntimeRoot
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\XomlCompilerParameters.cs (3)
186
if (IsPathUnderDirectory(path, runtimeManager.
NetFxRuntimeRoot
))
189
return path.Replace(runtimeManager.
NetFxRuntimeRoot
, RuntimeReferencePrefix);
206
return path.Replace(RuntimeReferencePrefix, runtimeManager.
NetFxRuntimeRoot
);