1 instantiation of ServiceCollection
System (1)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
74services = new ServiceCollection<object>();
3 references to ServiceCollection
System (3)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (3)
22private ServiceCollection<object> services; 71private ServiceCollection<object> Services { 169ServiceCollection<object> serviceCollection = services;