4 references to ReflectionServices
System.ComponentModel.Composition (4)
Microsoft\Internal\Collections\CollectionServices.cs (2)
41
if (
ReflectionServices
.TryGetGenericInterfaceType(type, IEnumerableOfTType, out Type? closedType))
51
if (
ReflectionServices
.TryGetGenericInterfaceType(type, ICollectionOfTType, out Type? closedType))
Microsoft\Internal\GenerationServices.cs (1)
222
if (
ReflectionServices
.TryGetGenericInterfaceType(enumerable.GetType(), GenerationServices.s_iEnumerableTypeofT, out Type? closedType))
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
79
return
ReflectionServices
.GetDisplayName(DeclaringType, Name);