6 references to InternResult
Microsoft.NET.StringTools (6)
WeakStringCacheInterner.cs (6)
67private InternResult Intern(ref InternableString candidate, out string interned) 70return cacheHit ? InternResult.FoundInWeakStringCache : InternResult.AddedToWeakStringCache; 83InternResult resultForStatistics = Intern(ref candidate, out string internedString); 98case InternResult.FoundInWeakStringCache: 101case InternResult.AddedToWeakStringCache: