2 references to s_fieldWriteLocationPool
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractUseAutoPropertyAnalyzer.cs (2)
106
var nonConstructorFieldWrites =
s_fieldWriteLocationPool
.Allocate();
140
s_fieldWriteLocationPool
.ClearAndFree(nonConstructorFieldWrites);