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) 1357if (_hostServices != null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0) 1359_hostServices.UnregisterProject(project.FullPath); 1414_hostServices?.UnregisterProject(project.FullPath); 1591if (_hostServices != null)