3 references to IsUsed
Microsoft.NET.StringTools (3)
WeakStringCache.Concurrent.cs (2)
112
if (!entry.Value.
IsUsed
&& _stringsByHashCode.TryRemove(entry.Key, out StringWeakHandle? removedHandle))
118
if (!removedHandle.
IsUsed
|| !_stringsByHashCode.TryAdd(entry.Key, removedHandle))
WeakStringCache.cs (1)
128
if (entry.Value.
IsUsed
)