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