2 references to IsMatch
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\FindReferenceCache.cs (2)
119if (IsMatch(token)) 147if (span.Start == index && span.Length == identifier.Length && IsMatch(token))