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)
224if (_singleton == null) 227_singleton.InitializeComponent(host); 230return _singleton; 244if (_singleton != null) 246_singleton.ShutdownComponent();