2 references to s_visitorPool
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (2)
59
var visitor =
s_visitorPool
.Allocate();
68
s_visitorPool
.Free(visitor);