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