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