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