4 references to TextEquals
Microsoft.CodeAnalysis (4)
InternalUtilities\StringTable.cs (2)
135if (TextEquals(result, chars)) 214if (hash == hashCode && TextEquals(e, chars))
InternalUtilities\TextKeyedCache.cs (2)
123if (StringTable.TextEquals(text, chars)) 160if (hash == hashCode && StringTable.TextEquals(e.Text, chars))