4 references to s_fieldToUsageLocationPool
Microsoft.CodeAnalysis.Features (4)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (4)
66s_fieldToUsageLocationPool.ClearAndFree(multiMap); 109var ineligibleFieldUsageIfOutsideProperty = s_fieldToUsageLocationPool.Allocate(); 114var fieldReads = s_fieldToUsageLocationPool.Allocate(); 115var fieldWrites = s_fieldToUsageLocationPool.Allocate();