3 references to s_pool
Microsoft.CodeAnalysis.Workspaces (3)
WordSimilarityChecker.cs (3)
51
checker =
s_pool
.Count > 0
52
?
s_pool
.Pop()
83
s_pool
.Push(this);