2 references to _fieldNamesPool
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (2)
119
var fieldNames =
_fieldNamesPool
.Allocate();
166
_fieldNamesPool
.ClearAndFree(fieldNames);