11 references to SourceLocation
System.Activities (5)
System\Activities\Debugger\SourceLocation.cs (1)
40
:
this
(fileName, line, 1, line, int.MaxValue)
System\Activities\Debugger\State.cs (1)
237
return new
SourceLocation
(newFileName, input.StartLine, input.StartColumn, input.EndLine, input.EndColumn);
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
589
SourceLocation valueLocation = new
SourceLocation
(null, startLine, startColumn, endLine, endColumn + 1);
727
this.parent.NotifySourceLocationFound(instance, new
SourceLocation
(/* FileName = */ null, startLine, startColumn, endLine, endColumn), isValueNode: false);
757
new
SourceLocation
(/* FileName = */ null,
System.Activities.Presentation (6)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
804
sourceLocation = new
SourceLocation
(null,
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
420
return new
SourceLocation
(null, start.Item1.LineNumber, start.Item1.ColumnNumber, end.Item1.LineNumber, end.Item1.ColumnNumber);
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
757
SourceLocation sourceLocationWithFileName = new
SourceLocation
(this.fileName,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
534
SourceLocation sourceLocation = new
SourceLocation
(/* fileName = */ null, startLine, startColumn, endLine, endColumn);
540
SourceLocation sourceLocation = new
SourceLocation
(/* fileName = */ null, startLine, startColumn, endLine, endColumn);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
60
this.deserializedObjectToSourceLocationMapping.Add(key, new
SourceLocation
(/* fileName = */ null,