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)
103var fieldNames = _fieldNamesPool.Allocate(); 132_fieldNamesPool.ClearAndFree(fieldNames);