3 references to ReferenceLocation
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
685ElementLocation targetLocation = targetSpecification.ReferenceLocation;
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
206get { return _targetSpecification.ReferenceLocation; } 930_targetSpecification.ReferenceLocation ?? _requestEntry.RequestConfiguration.Project.ProjectFileLocation,