3 references to IsUsed
Microsoft.NET.StringTools (3)
WeakStringCache.Concurrent.cs (2)
133
if (!entry.Value.
IsUsed
&& _weakHandlesByHashCode.TryRemove(entry.Key, out StringWeakHandle? removedHandle))
139
if (!removedHandle.
IsUsed
|| !_weakHandlesByHashCode.TryAdd(entry.Key, removedHandle))
WeakStringCache.cs (1)
161
if (entry.Value.
IsUsed
)