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