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