2 instantiations of RegexParser
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (2)
143
var tree1 = new
RegexParser
(text, options,
149
var tree2 = new
RegexParser
(
2 references to RegexParser
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (1)
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests.cs (1)
118
var tree =
RegexParser
.TryParse(allChars, options);
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
164
=>
RegexParser
.TryParse(chars, options);