4 references to IsBetterOrEqualMatchThan
Microsoft.CodeAnalysis.Workspaces (4)
EditorConfigFile.cs (2)
45.Where(tuple => tuple.matchKind.IsBetterOrEqualMatchThan(matchKind)) 83.WhereAsArray(tuple => tuple.matchKind.IsBetterOrEqualMatchThan(matchKind))
Section.cs (2)
75=> GetMatchKind(language).IsBetterOrEqualMatchThan(matchKind); 88=> GetMatchKind(codeFilePath).IsBetterOrEqualMatchThan(matchKind);