1 write to _targetSpecification
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
176_targetSpecification = targetSpecification;
5 references to _targetSpecification
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
201get { return _targetSpecification.ReferenceLocation; } 221return _targetSpecification.TargetName; 930_requestEntry.RequestConfiguration.Project.Targets.TryGetValue(_targetSpecification.TargetName, out _target); 934_targetSpecification.ReferenceLocation ?? _requestEntry.RequestConfiguration.Project.ProjectFileLocation, 936_targetSpecification.TargetName);