namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax;
internal enum DefineState
{
Defined,
Undefined,
Unspecified
}