5 references to IsPathMatch
Microsoft.CodeAnalysis.Analyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.cs (5)
94
if (
IsPathMatch
(relativePath))
273
IsPathMatch
(DefaultCSharpPath);
277
IsPathMatch
(DefaultVisualBasicPath);
281
IsPathMatch
(DefaultVisualBasicPath) &&
IsPathMatch
(DefaultCSharpPath);