2 writes to _poolName
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
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.AspNetCore.Razor.Utilities.Shared (2)
src\Dependencies\PooledObjects\ObjectPool`1.cs (2)
131
PoolTracker.OnAllocate(inst,
_poolName
);
219
PoolTracker.OnAllocate(replacement,
_poolName
);