4 references to TextEquals
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (2)
139
if (
TextEquals
(result, chars))
312
if (hash == hashCode &&
TextEquals
(e, chars))
src\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs (2)
123
if (StringTable.
TextEquals
(text, chars))
160
if (hash == hashCode && StringTable.
TextEquals
(e.Text, chars))