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