2 references to GetPooledFunction
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs (2)
37
using var _ = PooledDelegates.
GetPooledFunction
(valueFactory, factoryArgument, out var boundFunction);
55
using var _a = PooledDelegates.
GetPooledFunction
(addValueFactory, factoryArgument, out var pooledAddValueFactory);