2 references to TextEqualsASCII
Microsoft.CodeAnalysis (1)
InternalUtilities\StringTable.cs (1)
252
if (hash == hashCode &&
TextEqualsASCII
(e, asciiChars))
Microsoft.CodeAnalysis.UnitTests (1)
StringTableTests.cs (1)
91
var ptrResult = StringTable.
TextEqualsASCII
(str, new ReadOnlySpan<byte>(ptr, ascii.Length));