7 writes to _hostServices
Microsoft.Build (7)
Instance\ProjectInstance.cs (7)
392_hostServices = project.ProjectCollection.HostServices; 445_hostServices = linkedProject.ProjectCollection.HostServices; 588_hostServices = projectToInheritFrom._hostServices; 692_hostServices = hostServices; 756_hostServices = that._hostServices; 2509_hostServices = hostServices; 3275_hostServices = buildParameters.HostServices;
4 references to _hostServices
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
588_hostServices = projectToInheritFrom._hostServices; 756_hostServices = that._hostServices; 2504Assumed.Null(_hostServices, $"{nameof(HostServices)} is already set. Cannot set again"); 2859BuildRequestData data = new BuildRequestData(this, targets, _hostServices);