2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
735_hostServices = new HostServices(); 748_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
726if (_hostServices != null) 728return _hostServices; 733if (_hostServices == null) 737return _hostServices; 746if (_hostServices != value) 1342if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1344_hostServices.UnregisterProject(project.FullPath); 1412_hostServices?.UnregisterProject(project.FullPath); 1590if (_hostServices != null)