1 reference to ContentEquals
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\Scripting\AbstractDirectivePathCompletionProvider.cs (1)
79
if (directiveNameStartIndex == -1 || !text.
ContentEquals
(directiveNameStartIndex, DirectiveName))