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