2 references to s_poolWithDependenciesOnly
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BindingDiagnosticBag.vb (2)
15Private Shared ReadOnly s_poolWithDependenciesOnly As ObjectPool(Of BindingDiagnosticBag) = New ObjectPool(Of BindingDiagnosticBag)(Function() New BindingDiagnosticBag(s_poolWithDependenciesOnly, diagnosticBag:=Nothing, New HashSet(Of AssemblySymbol)())) 41Return s_poolWithDependenciesOnly.Allocate()