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