3 writes to _singleton
Microsoft.Build (3)
BackEnd\Components\BuildComponentFactoryCollection.cs (3)
201
_singleton
= singleton;
224
_singleton
= _factory(ComponentType);
245
_singleton
= null;
5 references to _singleton
Microsoft.Build (5)
BackEnd\Components\BuildComponentFactoryCollection.cs (5)
222
if (
_singleton
== null)
225
_singleton
.InitializeComponent(host);
228
return
_singleton
;
242
if (
_singleton
!= null)
244
_singleton
.ShutdownComponent();