9 lines
129 B
C#
9 lines
129 B
C#
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax;
|
|
|
|
internal enum DefineState
|
|
{
|
|
Defined,
|
|
Undefined,
|
|
Unspecified
|
|
}
|