Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
5 references to GetService
System.ComponentModel.Annotations (5)
System\ComponentModel\DataAnnotations\ValidationContext.cs (5)
77
/// Optional <see cref="IServiceProvider" /> to use when <see cref="
GetService
" /> is called.
78
/// If it is null, <see cref="
GetService
" /> will always return null.
228
/// service instances by <see cref="Type" /> when <see cref="
GetService
" /> is called.
232
/// desired <see cref="Type" /> when <see cref="
GetService
" /> is called.
233
/// If it is <c>null</c>, <see cref="
GetService
" /> will always return <c>null</c>.