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)
237return new SourceLocation(newFileName, input.StartLine, input.StartColumn, input.EndLine, input.EndColumn);
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
589SourceLocation valueLocation = new SourceLocation(null, startLine, startColumn, endLine, endColumn + 1); 727this.parent.NotifySourceLocationFound(instance, new SourceLocation(/* FileName = */ null, startLine, startColumn, endLine, endColumn), isValueNode: false); 757new SourceLocation(/* FileName = */ null,
System.Activities.Presentation (6)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
804sourceLocation = new SourceLocation(null,
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
420return 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)
757SourceLocation sourceLocationWithFileName = new SourceLocation(this.fileName,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
534SourceLocation sourceLocation = new SourceLocation(/* fileName = */ null, startLine, startColumn, endLine, endColumn); 540SourceLocation sourceLocation = new SourceLocation(/* fileName = */ null, startLine, startColumn, endLine, endColumn);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
60this.deserializedObjectToSourceLocationMapping.Add(key, new SourceLocation(/* fileName = */ null,