1 write to _matchers
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\CompoundPatternMatcher.cs (1)
24_matchers = ArrayBuilder<PatternMatcher>.GetInstance(matchers.Length);
4 references to _matchers
Microsoft.CodeAnalysis.Workspaces (4)
PatternMatching\CompoundPatternMatcher.cs (4)
26_matchers.Add(matcher); 31foreach (var matcher in _matchers) 34_matchers.Free(); 39foreach (var matcher in _matchers)