4 overrides of Location
Microsoft.Build (4)
Instance\ProjectItemGroupTaskInstance.cs (1)
104
public override ElementLocation
Location
Instance\ProjectOnErrorInstance.cs (1)
93
public override ElementLocation
Location
Instance\ProjectPropertyGroupTaskInstance.cs (1)
104
public override ElementLocation
Location
Instance\ProjectTaskInstance.cs (1)
285
public override ElementLocation
Location
16 references to Location
Microsoft.Build (16)
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 (11)
177
new BuildEventFileInfo(taskInstance.
Location
),
322
taskHost = new TaskHost(_componentHost, _buildRequestEntry, _targetChildInstance.
Location
, _targetBuilderCallback);
342
buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.
Location
, _targetLoggingContext);
681
ProjectErrorUtilities.ThrowInvalidProject(_targetChildInstance.
Location
, "TaskDeclarationOrUsageError", _taskNode.Name);
774
ProjectErrorUtilities.ThrowInvalidProject(_targetChildInstance.
Location
, "TaskParametersError", _taskNode.Name, String.Empty);
854
new BuildEventFileInfo(_targetChildInstance.
Location
),
916
ProjectErrorUtilities.ThrowInvalidProject(taskLoggingContext.Task.
Location
, "CircularDependency", taskLoggingContext.TargetLoggingContext.Target.Name);
962
new BuildEventFileInfo(_targetChildInstance.
Location
),
972
new BuildEventFileInfo(_targetChildInstance.
Location
),
1001
new BuildEventFileInfo(_targetChildInstance.
Location
),
1009
taskLoggingContext.LogError(new BuildEventFileInfo(_targetChildInstance.
Location
),
Instance\ProjectTargetInstanceChild.cs (1)
28
get { return
Location
.File; }