6 references to IndexOf
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteData.cs (2)
122var firstCharIndexInclusive = virtualChars.IndexOf(firstOverlappingChar.Value); 123var lastCharIndexInclusive = virtualChars.IndexOf(lastOverlappingChar.Value);
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (2)
EmbeddedLanguages\AspNetCoreVirtualCharSequence.cs (2)
50/// <inheritdoc cref="VirtualCharSequence.IndexOf"/> 52=> _virtualCharSequence.IndexOf(@char.VirtualChar);
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
255var index = tree.Text.IndexOf(previousVirtualChar);
Microsoft.CodeAnalysis.Workspaces (1)
VirtualCharSequence.cs (1)
103=> IndexOf(@char) >= 0;