mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Semmle.Extraction.Kinds;
|
|
|
|
public enum ScopedAnnotation
|
|
{
|
|
None = 0,
|
|
ScopedRef = 1,
|
|
ScopedValue = 2
|
|
} |