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)
865
if (
_hostServices
!= null)
867
return
_hostServices
;
872
if (
_hostServices
== null)
876
return
_hostServices
;
885
if (
_hostServices
!= value)
1513
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1515
_hostServices
.UnregisterProject(project.FullPath);
1570
_hostServices
?.UnregisterProject(project.FullPath);
1747
if (
_hostServices
!= null)