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)
58
if (fuzzyMatch && !
_allowFuzzyMatching
)
PatternMatching\PatternMatcher.cs (1)
343
if (fuzzyMatch && !
_allowFuzzyMatching
)