1 write to _fieldNamesPool
Microsoft.CodeAnalysis.Features (1)
AbstractUseAutoPropertyAnalyzer.cs (1)
55
_fieldNamesPool
= new(() => new(this.SyntaxFacts.StringComparer));
2 references to _fieldNamesPool
Microsoft.CodeAnalysis.Features (2)
AbstractUseAutoPropertyAnalyzer.cs (2)
103
var fieldNames =
_fieldNamesPool
.Allocate();
132
_fieldNamesPool
.ClearAndFree(fieldNames);