30 references to Trace
System (30)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (15)
100TypeDescriptor.Trace("Reflect : Creating ReflectTypeDescriptionProvider"); 548TypeDescriptor.Trace("Extenders : Allocating property collection for {0} properties", propertyList.Count); 560TypeDescriptor.Trace("Extenders : caching extender results"); 677TypeDescriptor.Trace("Extenders : object has new extenders : {0}", instance.GetType().Name); 678TypeDescriptor.Trace("Extenders : Identified {0} extender providers", extenderCount); 722TypeDescriptor.Trace("Extenders : caching extender provider results"); 940TypeDescriptor.Trace("Attributes : Building attributes for {0}", type.Name); 1025TypeDescriptor.Trace("Events : Building events for {0}", type.Name); 1230TypeDescriptor.Trace("Properties : Building properties for {0}", type.Name); 1450TypeDescriptor.Trace("Reflect : Creating ReflectedTypeData for {0}", type.Name); 1476TypeDescriptor.Trace("Attributes : Building collection for {0}", _type.Name); 1528TypeDescriptor.Trace("Attributes : Walking {0} interfaces", interfaces.Length); 1652TypeDescriptor.Trace("Converters : Building converter for {0}", _type.Name); 1886TypeDescriptor.Trace("Events : Building collection for {0}", _type.Name); 1923TypeDescriptor.Trace("Properties : Building collection for {0}", _type.Name);
compmod\system\componentmodel\TypeDescriptor.cs (15)
485Trace("Providers : Default provider found : {0}", providerType.Name); 1315Trace("Associations : Removing dead reference in assocation table"); 1320Trace("Associations : Associated {0} to {1}", primary.GetType().Name, secondary.GetType().Name); 1352Trace("Associations : Associated {0} to {1}", primary.GetType().Name, designer.GetType().Name); 1466Trace("Attributes : Allocated new attribute collection for {0}", component.GetType().Name); 1868Trace("Events : Allocated new event collection for {0}", component.GetType().Name); 2098Trace("Properties : Allocated new property collection for {0}", component.GetType().Name); 2242Trace("Nodes : Allocated new type node. Now {0} nodes", _providerTable.Count); 2312Trace("Nodes : Allocated new instance node for {0}. Now {1} nodes", type.Name, _providerTable.Count); 2443Trace("Pipeline : Filter needs to create member list for {0}", instance.GetType().Name); 2476Trace("Pipeline : Attribute Filter results being cached for {0}", instance.GetType().Name); 2612Trace("Pipeline : Filter needs to create member list for {0}", instance.GetType().Name); 2681Trace("Pipeline : Filter results being cached for {0}", instance.GetType().Name); 2827Trace("Pipeline : Merge results being cached for {0}", instance.GetType().Name); 2934Trace("Pipeline : Refresh clearing all pipeline caches");