2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
797
_hostServices
= new HostServices();
810
_hostServices
= value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
788
if (
_hostServices
!= null)
790
return
_hostServices
;
795
if (
_hostServices
== null)
799
return
_hostServices
;
808
if (
_hostServices
!= value)
1419
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1421
_hostServices
.UnregisterProject(project.FullPath);
1476
_hostServices
?.UnregisterProject(project.FullPath);
1653
if (
_hostServices
!= null)