1 write to _targetSpecification
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
181_targetSpecification = targetSpecification;
5 references to _targetSpecification
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
206get { return _targetSpecification.ReferenceLocation; } 226return _targetSpecification.TargetName; 921_requestEntry.RequestConfiguration.Project.Targets.TryGetValue(_targetSpecification.TargetName, out _target); 925_targetSpecification.ReferenceLocation ?? _requestEntry.RequestConfiguration.Project.ProjectFileLocation, 927_targetSpecification.TargetName);