2 references to IsPrefix
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
186var isCaseSensitive = _compareInfo.IsPrefix(candidate, patternChunk.Text);
System.Net.HttpListener (1)
System\Net\HttpListenerRequest.cs (1)
74if (UserAgent != null && CultureInfo.InvariantCulture.CompareInfo.IsPrefix(UserAgent, "UP"))