1 write to modelSearchService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
773this.modelSearchService = (ModelSearchServiceImpl)modelSearchService;
3 references to modelSearchService
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
745Fx.Assert(this.modelSearchService != null, "ModelSearchService should be available and is ensured in WorkflowDesigner constructor"); 749foreach (ModelItem key in this.modelSearchService.GetObjectsWithSourceLocation()) 754SourceLocation sourceLocationWithoutFileName = this.modelSearchService.FindSourceLocation(key);