compmod\system\componentmodel\design\ServiceObjectContainer.cs (11)
91Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Adding service (instance) " + serviceType.Name + ". Promoting: " + promote.ToString());
96Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Promoting to container");
130Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Adding service (callback) " + serviceType.Name + ". Promoting: " + promote.ToString());
135Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Promoting to container");
187Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Searching for service " + serviceType.Name);
208Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Encountered a callback. Invoking it");
210Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Callback return object: " + (service == null ? "(null)" : service.ToString()));
215Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "**** Object does not implement service interface");
225Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Service unresolved. Trying parent");
253Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Removing service: " + serviceType.Name + ", Promote: " + promote.ToString());
258Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Invoking parent container");