2 writes to _poolName
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\PooledObjects\ObjectPool`1.cs (2)
101_poolName = Path.GetFileName(filePath) + ":" + lineNumber; 117_poolName = Path.GetFileName(filePath) + ":" + lineNumber;
2 references to _poolName
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\PooledObjects\ObjectPool`1.cs (2)
154PoolTracker.OnAllocate(inst, _poolName, filePath, lineNumber); 242PoolTracker.OnAllocate(replacement, _poolName);