4 references to TextEquals
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (2)
128
if (StringTable.
TextEquals
(result, span))
301
if (hash == hashCode &&
TextEquals
(e, chars.AsSpan(start, len)))
src\Compilers\Core\Portable\InternalUtilities\TextKeyedCache.cs (2)
117
if (StringTable.
TextEquals
(text, chars.AsSpan(start, len)))
154
if (hash == hashCode && StringTable.
TextEquals
(e.Text, chars.AsSpan(start, len)))