7 references to Services
System (7)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (7)
112
if (
Services
.ContainsKey(serviceType)) {
116
Services
[serviceType] = serviceInstance;
148
if (
Services
.ContainsKey(serviceType)) {
152
Services
[serviceType] = callback;
202
Services
.TryGetValue(serviceType, out service);
221
Services
[serviceType] = service;
268
Services
.Remove(serviceType);