3 writes to _singleton
Microsoft.Build (3)
BackEnd\Components\BuildComponentFactoryCollection.cs (3)
203
_singleton
= singleton;
226
_singleton
= _factory(ComponentType);
247
_singleton
= null;
5 references to _singleton
Microsoft.Build (5)
BackEnd\Components\BuildComponentFactoryCollection.cs (5)
224
if (
_singleton
== null)
227
_singleton
.InitializeComponent(host);
230
return
_singleton
;
244
if (
_singleton
!= null)
246
_singleton
.ShutdownComponent();