4 references to IsBetterOrEqualMatchThan
Metrics (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\EditorConfigFile.cs (2)
45.Where(tuple => tuple.matchKind.IsBetterOrEqualMatchThan(matchKind)) 83.WhereAsArray(tuple => tuple.matchKind.IsBetterOrEqualMatchThan(matchKind))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (2)
75=> GetMatchKind(language).IsBetterOrEqualMatchThan(matchKind); 88=> GetMatchKind(codeFilePath).IsBetterOrEqualMatchThan(matchKind);