using System; using System.Diagnostics; namespace JetBrains.Annotations; [AttributeUsage(AttributeTargets.Property)] [Conditional("JETBRAINS_ANNOTATIONS")] internal sealed class AspMethodPropertyAttribute : Attribute { }