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