2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
803_hostServices = new HostServices(); 816_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
794if (_hostServices != null) 796return _hostServices; 801if (_hostServices == null) 805return _hostServices; 814if (_hostServices != value) 1441if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1443_hostServices.UnregisterProject(project.FullPath); 1498_hostServices?.UnregisterProject(project.FullPath); 1675if (_hostServices != null)