1 write to _targetSpecification
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
186_targetSpecification = targetSpecification;
5 references to _targetSpecification
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
211get { return _targetSpecification.ReferenceLocation; } 231return _targetSpecification.TargetName; 936_requestEntry.RequestConfiguration.Project.Targets.TryGetValue(_targetSpecification.TargetName, out _target); 940_targetSpecification.ReferenceLocation ?? _requestEntry.RequestConfiguration.Project.ProjectFileLocation, 942_targetSpecification.TargetName);