11 references to DefineState
Microsoft.CodeAnalysis.CSharp (11)
Parser\DirectiveParser.cs (4)
912var defState = _context.IsDefined(id); 916case DefineState.Unspecified: 918case DefineState.Defined: 920case DefineState.Undefined:
Parser\Directives.cs (5)
152public DefineState IsDefined(string id) 161return DefineState.Defined; 168return DefineState.Undefined; 182return DefineState.Unspecified; 191return DefineState.Unspecified;
Syntax\CSharpSyntaxTree.cs (2)
190case InternalSyntax.DefineState.Defined: 192case InternalSyntax.DefineState.Undefined: