1 reference to GetNewPropertiesForType
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
283
private IEnumerable<PropertyInfo> NewProperties => field ??= ReflectionContext.
GetNewPropertiesForType
(this);