4 overrides of Location
Microsoft.Build (4)
Instance\ProjectItemGroupTaskInstance.cs (1)
104public override ElementLocation Location
Instance\ProjectOnErrorInstance.cs (1)
93public override ElementLocation Location
Instance\ProjectPropertyGroupTaskInstance.cs (1)
104public override ElementLocation Location
Instance\ProjectTaskInstance.cs (1)
285public override ElementLocation Location
16 references to Location
Microsoft.Build (16)
BackEnd\Components\Logging\TaskLoggingContext.cs (4)
53task.Location.File, 54task.Location.Line, 55task.Location.Column, 137_task.Location.File,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (11)
177new BuildEventFileInfo(taskInstance.Location), 322taskHost = new TaskHost(_componentHost, _buildRequestEntry, _targetChildInstance.Location, _targetBuilderCallback); 342buckets = BatchingEngine.PrepareBatchingBuckets(taskParameterValues, lookup, _targetChildInstance.Location, _targetLoggingContext); 681ProjectErrorUtilities.ThrowInvalidProject(_targetChildInstance.Location, "TaskDeclarationOrUsageError", _taskNode.Name); 774ProjectErrorUtilities.ThrowInvalidProject(_targetChildInstance.Location, "TaskParametersError", _taskNode.Name, String.Empty); 854new BuildEventFileInfo(_targetChildInstance.Location), 916ProjectErrorUtilities.ThrowInvalidProject(taskLoggingContext.Task.Location, "CircularDependency", taskLoggingContext.TargetLoggingContext.Target.Name); 962new BuildEventFileInfo(_targetChildInstance.Location), 972new BuildEventFileInfo(_targetChildInstance.Location), 1001new BuildEventFileInfo(_targetChildInstance.Location), 1009taskLoggingContext.LogError(new BuildEventFileInfo(_targetChildInstance.Location),
Instance\ProjectTargetInstanceChild.cs (1)
28get { return Location.File; }