2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
740_hostServices = new HostServices(); 753_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
731if (_hostServices != null) 733return _hostServices; 738if (_hostServices == null) 742return _hostServices; 751if (_hostServices != value) 1362if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1364_hostServices.UnregisterProject(project.FullPath); 1419_hostServices?.UnregisterProject(project.FullPath); 1596if (_hostServices != null)