2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
740
_hostServices
= new HostServices();
753
_hostServices
= value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
731
if (
_hostServices
!= null)
733
return
_hostServices
;
738
if (
_hostServices
== null)
742
return
_hostServices
;
751
if (
_hostServices
!= value)
1362
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1364
_hostServices
.UnregisterProject(project.FullPath);
1419
_hostServices
?.UnregisterProject(project.FullPath);
1596
if (
_hostServices
!= null)