1 write to objectToSourceLocationMapping
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (1)
50
this.
objectToSourceLocationMapping
= new ObjectToSourceLocationMapping(this.ModelSearchService);
2 references to objectToSourceLocationMapping
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (2)
48
if (this.
objectToSourceLocationMapping
== null)
52
return this.
objectToSourceLocationMapping
;