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)
222if (_singleton == null) 225_singleton.InitializeComponent(host); 228return _singleton; 242if (_singleton != null) 244_singleton.ShutdownComponent();