2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
796
_hostServices
= new HostServices();
809
_hostServices
= value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
787
if (
_hostServices
!= null)
789
return
_hostServices
;
794
if (
_hostServices
== null)
798
return
_hostServices
;
807
if (
_hostServices
!= value)
1418
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1420
_hostServices
.UnregisterProject(project.FullPath);
1475
_hostServices
?.UnregisterProject(project.FullPath);
1652
if (
_hostServices
!= null)