4 references to FindSharedEntry
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (4)
141string? shared = FindSharedEntry(chars, hashCode); 235=> FindSharedEntry(chars.AsSpan(start, len), hashCode); 273=> FindSharedEntry([chars], hashCode); 311=> FindSharedEntry(chars.AsSpan(), hashCode);