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