3 writes to _singleton
Microsoft.Build (3)
BackEnd\Components\BuildComponentFactoryCollection.cs (3)
205
_singleton
= singleton;
228
_singleton
= _factory(ComponentType);
249
_singleton
= null;
5 references to _singleton
Microsoft.Build (5)
BackEnd\Components\BuildComponentFactoryCollection.cs (5)
226
if (
_singleton
== null)
229
_singleton
.InitializeComponent(host);
232
return
_singleton
;
246
if (
_singleton
!= null)
248
_singleton
.ShutdownComponent();