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