1 write to IsCaseSensitive
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatch.cs (1)
54this.IsCaseSensitive = isCaseSensitive;
6 references to IsCaseSensitive
Microsoft.CodeAnalysis.Workspaces (6)
PatternMatching\PatternMatch.cs (5)
60=> new(Kind, _punctuationStripped, IsCaseSensitive, matchedSpans); 75switch (this.IsCaseSensitive, this.Kind.IsCamelCaseKind(), other.IsCaseSensitive, other.Kind.IsCamelCaseKind()) 92switch (this.IsCaseSensitive, other.IsCaseSensitive)
PatternMatching\PatternMatcher.cs (1)
198if (match is { IsCaseSensitive: true })