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