1 instantiation of SectionMatcher
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher_TryParseSection.cs (1)
63
matcher = new
SectionMatcher
(new Regex(pattern), headerText, numberRangePairs.ToImmutableArray());
4 references to SectionMatcher
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (3)
21
private readonly
SectionMatcher
? _matcher;
32
if (
SectionMatcher
.TryParseSection(Text, out
var
matcher))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher_TryParseSection.cs (1)
15
public static bool TryParseSection(string headerText, out
SectionMatcher
matcher)