2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
830_hostServices = new HostServices(); 843_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
821if (_hostServices != null) 823return _hostServices; 828if (_hostServices == null) 832return _hostServices; 841if (_hostServices != value) 1469if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1471_hostServices.UnregisterProject(project.FullPath); 1526_hostServices?.UnregisterProject(project.FullPath); 1703if (_hostServices != null)