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