2 writes to _poolName
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\PooledObjects\ObjectPool`1.cs (2)
86
_poolName
= System.IO.Path.GetFileName(filePath) + ":" + lineNumber;
99
_poolName
= System.IO.Path.GetFileName(filePath) + ":" + lineNumber;
2 references to _poolName
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\PooledObjects\ObjectPool`1.cs (2)
131
PoolTracker.OnAllocate(inst,
_poolName
);
219
PoolTracker.OnAllocate(replacement,
_poolName
);