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)
794
if (
_hostServices
!= null)
796
return
_hostServices
;
801
if (
_hostServices
== null)
805
return
_hostServices
;
814
if (
_hostServices
!= value)
1441
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1443
_hostServices
.UnregisterProject(project.FullPath);
1498
_hostServices
?.UnregisterProject(project.FullPath);
1675
if (
_hostServices
!= null)