1 write to _allowFuzzyMatching
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
58_allowFuzzyMatching = allowFuzzyMatching;
2 references to _allowFuzzyMatching
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\ContainerPatternMatcher.cs (1)
60if (fuzzyMatch && !_allowFuzzyMatching)
PatternMatching\PatternMatcher.cs (1)
309if (fuzzyMatch && !_allowFuzzyMatching)