2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
796_hostServices = new HostServices(); 809_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
787if (_hostServices != null) 789return _hostServices; 794if (_hostServices == null) 798return _hostServices; 807if (_hostServices != value) 1418if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1420_hostServices.UnregisterProject(project.FullPath); 1475_hostServices?.UnregisterProject(project.FullPath); 1652if (_hostServices != null)