namespace CTA.FeatureDetection.Common.Models.Enums { /// /// Defines the analysis scope of a feature /// public enum FeatureScope { Undefined, Project, SourceCode } }