7 writes to _hostServices
Microsoft.Build (7)
Instance\ProjectInstance.cs (7)
383_hostServices = project.ProjectCollection.HostServices; 436_hostServices = linkedProject.ProjectCollection.HostServices; 577_hostServices = projectToInheritFrom._hostServices; 681_hostServices = hostServices; 745_hostServices = that._hostServices; 2447_hostServices = hostServices; 3206_hostServices = buildParameters.HostServices;
4 references to _hostServices
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
577_hostServices = projectToInheritFrom._hostServices; 745_hostServices = that._hostServices; 2442Assumed.Null(_hostServices, $"{nameof(HostServices)} is already set. Cannot set again"); 2794BuildRequestData data = new BuildRequestData(this, targets, _hostServices);