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