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