1 instantiation of SimplePatternMatcher
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
72
return new
SimplePatternMatcher
(pattern, culture, includeMatchedSpans, allowFuzzyMatching);
1 reference to SimplePatternMatcher
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\SimplePatternMatcher.cs (1)
57
public readonly struct TestAccessor(
SimplePatternMatcher
simplePatternMatcher)