1 write to runtimeManager
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
172
runtimeManager
= new RuntimeManager();
4 references to runtimeManager
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompilerParameters.cs (4)
170
if (
runtimeManager
== null)
186
if (IsPathUnderDirectory(path,
runtimeManager
.NetFxRuntimeRoot))
189
return path.Replace(
runtimeManager
.NetFxRuntimeRoot, RuntimeReferencePrefix);
206
return path.Replace(RuntimeReferencePrefix,
runtimeManager
.NetFxRuntimeRoot);