2 references to CreateMatcher
dotnet-format (2)
Commands\FormatCommandCommon.cs (1)
194
formatOptions = formatOptions with { FileMatcher = SourceFileMatcher.
CreateMatcher
(fileToInclude, fileToExclude) };
FormatOptions.cs (1)
40
FileMatcher: SourceFileMatcher.
CreateMatcher
(Array.Empty<string>(), Array.Empty<string>()),