Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
6 references to GetService
System.ComponentModel.DataAnnotations (6)
DataAnnotations\ValidationContext.cs (6)
86
/// Optional <see cref="IServiceProvider"/> to use when <see cref="
GetService
"/> is called.
90
/// through <see cref="
GetService
"/> as well.
243
/// service instances by <see cref="Type"/> when <see cref="
GetService
"/> is called.
247
/// desired <see cref="Type"/> when <see cref="
GetService
"/> is called.
248
/// If it is <c>null</c>, <see cref="
GetService
"/> will always return <c>null</c>.
301
/// removing, and getting services during validation. <see cref="
GetService
"/>