1 write to Kind
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatch.cs (1)
53
this.
Kind
= kind;
5 references to Kind
Microsoft.CodeAnalysis.Workspaces (5)
PatternMatching\PatternMatch.cs (5)
60
=> new(
Kind
, _punctuationStripped, IsCaseSensitive, matchedSpans);
75
switch (this.IsCaseSensitive, this.
Kind
.IsCamelCaseKind(), other.IsCaseSensitive, other.
Kind
.IsCamelCaseKind())
85
var comparison = this.
Kind
- other.
Kind
;