2 references to NonLowercaseSubstring
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\PatternMatcher.cs (1)
226
var resultType = char.IsUpper(candidate[caseSensitiveIndex]) ? PatternMatchKind.StartOfWordSubstring : PatternMatchKind.
NonLowercaseSubstring
;
PatternMatching\PatternMatchKind.cs (1)
103
/// The pattern was a substring of the candidate and wasn't either <see cref="
NonLowercaseSubstring
"/> or <see