Implemented interface member:
method
GetService
System.IServiceProvider.GetService(System.Type)
7 references to GetService
System.ComponentModel.Annotations (7)
System\ComponentModel\DataAnnotations\ValidationContext.cs (7)
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. 109/// Optional <see cref="IServiceProvider" /> to use when <see cref="GetService" /> is called. 110/// If it is null, <see cref="GetService" /> will always return null. 244/// service instances by <see cref="Type" /> when <see cref="GetService" /> is called. 248/// desired <see cref="Type" /> when <see cref="GetService" /> is called. 249/// If it is <c>null</c>, <see cref="GetService" /> will always return <c>null</c>.