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