11 references to DefineState
Microsoft.CodeAnalysis.CSharp (11)
Parser\DirectiveParser.cs (4)
879var defState = _context.IsDefined(id); 883case DefineState.Unspecified: 885case DefineState.Defined: 887case 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: