2 writes to _hostServices
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
735
_hostServices
= new HostServices();
748
_hostServices
= value;
9 references to _hostServices
Microsoft.Build (9)
Definition\ProjectCollection.cs (9)
726
if (
_hostServices
!= null)
728
return
_hostServices
;
733
if (
_hostServices
== null)
737
return
_hostServices
;
746
if (
_hostServices
!= value)
1357
if (
_hostServices
!= null && _loadedProjects.GetMatchingProjectsIfAny(project.FullPath).Count == 0)
1359
_hostServices
.UnregisterProject(project.FullPath);
1414
_hostServices
?.UnregisterProject(project.FullPath);
1591
if (
_hostServices
!= null)