1 override of GetService
System.ComponentModel.TypeConverter (1)
System\ComponentModel\NestedContainer.cs (1)
83protected override object? GetService(Type service)
3 references to GetService
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Container.cs (2)
160_filter = GetService(typeof(ContainerFilterService)) as ContainerFilterService; 265return ((service == typeof(ISite)) ? this : ((Container)Container).GetService(service));
System\ComponentModel\NestedContainer.cs (1)
91return base.GetService(service);