1 write to modelSearchService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
773this.modelSearchService = (ModelSearchServiceImpl)modelSearchService;
3 references to modelSearchService
System.Data (3)
cdf\src\NetFx40\Tools\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);