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);
31
foreach (var matcher in
_matchers
)
34
_matchers
.Free();
39
foreach (var matcher in
_matchers
)