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