1 instantiation of SourceFileMatcher
dotnet-format (1)
Utilities\SourceFileMatcher.cs (1)
14
=> new
SourceFileMatcher
(include, exclude);
8 references to SourceFileMatcher
dotnet-format (8)
CodeFormatter.cs (1)
113
private static Workspace OpenFolderWorkspace(string workspacePath,
SourceFileMatcher
fileMatcher)
Commands\FormatCommandCommon.cs (1)
194
formatOptions = formatOptions with { FileMatcher =
SourceFileMatcher
.CreateMatcher(fileToInclude, fileToExclude) };
FormatOptions.cs (2)
22
SourceFileMatcher
FileMatcher,
40
FileMatcher:
SourceFileMatcher
.CreateMatcher(Array.Empty<string>(), Array.Empty<string>()),
Utilities\SourceFileMatcher.cs (1)
13
public static
SourceFileMatcher
CreateMatcher(string[] include, string[] exclude)
Workspaces\FolderWorkspace.cs (1)
30
public Solution OpenFolder(string folderPath,
SourceFileMatcher
fileMatcher)
Workspaces\FolderWorkspace_FolderSolutionLoader.cs (2)
16
public static SolutionInfo LoadSolutionInfo(string folderPath,
SourceFileMatcher
fileMatcher)
45
private static ImmutableArray<string> GetMatchingFilePaths(string folderPath,
SourceFileMatcher
fileMatcher)