5 implementations of Return
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledObjects\CustomObjectPool`1.cs (1)
21public abstract bool Return(T obj);
PooledObjects\DefaultPool.cs (2)
34public bool Return(T obj) 46public bool Return(T obj)
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\LegacySyntaxNodeExtensions.ChildSyntaxListReversedEnumeratorStack.Policy.cs (1)
24public bool Return(ChildSyntaxList.Reversed.Enumerator[] stack)
Language\Syntax\SyntaxNode.Iterators.cs (1)
83public bool Return(ChildSyntaxList.Enumerator[] stack)
1 reference to Return
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\ObjectPool.cs (1)
44if (_policy.Return(obj))