2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
830
_hostServices
= new HostServices();
843
_hostServices
= value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
821
if (
_hostServices
!= null)
823
return
_hostServices
;
828
if (
_hostServices
== null)
832
return
_hostServices
;
841
if (
_hostServices
!= value)
1469
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1471
_hostServices
.UnregisterProject(project.FullPath);
1526
_hostServices
?.UnregisterProject(project.FullPath);
1703
if (
_hostServices
!= null)