11 references to DefineState
Microsoft.CodeAnalysis.CSharp (11)
Parser\DirectiveParser.cs (4)
884var defState = _context.IsDefined(id); 888case DefineState.Unspecified: 890case DefineState.Defined: 892case DefineState.Undefined:
Parser\Directives.cs (5)
148public DefineState IsDefined(string id) 157return DefineState.Defined; 164return DefineState.Undefined; 178return DefineState.Unspecified; 187return DefineState.Unspecified;
Syntax\CSharpSyntaxTree.cs (2)
190case InternalSyntax.DefineState.Defined: 192case InternalSyntax.DefineState.Undefined: