2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
874_hostServices = new HostServices(); 887_hostServices = value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
865if (_hostServices != null) 867return _hostServices; 872if (_hostServices == null) 876return _hostServices; 885if (_hostServices != value) 1513if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1515_hostServices.UnregisterProject(project.FullPath); 1570_hostServices?.UnregisterProject(project.FullPath); 1747if (_hostServices != null)