2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
797_hostServices = new HostServices(); 810_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
788if (_hostServices != null) 790return _hostServices; 795if (_hostServices == null) 799return _hostServices; 808if (_hostServices != value) 1419if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1421_hostServices.UnregisterProject(project.FullPath); 1476_hostServices?.UnregisterProject(project.FullPath); 1653if (_hostServices != null)