3 references to SimpleOptionsGrouping
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
683RegexToken openParenToken, RegexToken questionToken, RegexToken optionsToken, RegexToken closeParenToken) : RegexOptionsGroupingNode(RegexKind.SimpleOptionsGrouping, openParenToken, questionToken, optionsToken, closeParenToken)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (2)
418if (current.Kind == RegexKind.SimpleOptionsGrouping) 2012current.Kind == RegexKind.SimpleOptionsGrouping)