System.Runtime.CompilerServices.AccessedThroughPropertyAttribute
namespace System.Runtime.CompilerServices
{
public sealed class AccessedThroughPropertyAttribute : Attribute
{
public string PropertyName { get; }
public AccessedThroughPropertyAttribute(string propertyName);
}
}