4 overrides of Location
Microsoft.Build (4)
Instance\ProjectItemGroupTaskInstance.cs (1)
105
public override ElementLocation
Location
Instance\ProjectOnErrorInstance.cs (1)
94
public override ElementLocation
Location
Instance\ProjectPropertyGroupTaskInstance.cs (1)
105
public override ElementLocation
Location
Instance\ProjectTaskInstance.cs (1)
286
public override ElementLocation
Location
17 references to Location
Microsoft.Build (15)
BackEnd\Components\Logging\TaskLoggingContext.cs (4)
53
task.
Location
.File,
54
task.
Location
.Line,
55
task.
Location
.Column,
137
_task.
Location
.File,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (10)
308
taskHost = new TaskHost(_componentHost, _buildRequestEntry, _targetChildInstance.
Location
, _targetBuilderCallback);
317
buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.
Location
, _targetLoggingContext);
658
ProjectErrorUtilities.ThrowInvalidProject(_targetChildInstance.
Location
, "TaskDeclarationOrUsageError", _taskNode.Name);
751
ProjectErrorUtilities.ThrowInvalidProject(_targetChildInstance.
Location
, "TaskParametersError", _taskNode.Name, String.Empty);
817
new BuildEventFileInfo(_targetChildInstance.
Location
),
879
ProjectErrorUtilities.ThrowInvalidProject(taskLoggingContext.Task.
Location
, "CircularDependency", taskLoggingContext.TargetLoggingContext.Target.Name);
925
new BuildEventFileInfo(_targetChildInstance.
Location
),
935
new BuildEventFileInfo(_targetChildInstance.
Location
),
964
new BuildEventFileInfo(_targetChildInstance.
Location
),
972
taskLoggingContext.LogError(new BuildEventFileInfo(_targetChildInstance.
Location
),
Instance\ProjectTargetInstanceChild.cs (1)
31
get { return
Location
.File; }
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockTaskBuilder.cs (2)
97
lookupForInference.AddNewItem(new ProjectItemInstance(requestEntry.RequestConfiguration.Project, taskInstance.Name + "_Item", "Item", task.
Location
.File));
101
lookupForExecution.AddNewItem(new ProjectItemInstance(requestEntry.RequestConfiguration.Project, taskInstance.Name + "_Item", "Item", task.
Location
.File));