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