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)
226if (_singleton == null) 229_singleton.InitializeComponent(host); 232return _singleton; 246if (_singleton != null) 248_singleton.ShutdownComponent();