5 references to ContainerFilterService
netstandard (1)
netstandard.cs (1)
207[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ContainerFilterService))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
193[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ContainerFilterService))]
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Container.cs (3)
16private ContainerFilterService? _filter; 160_filter = GetService(typeof(ContainerFilterService)) as ContainerFilterService;