2 instantiations of RelativePathResolver
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (2)
55
new
(searchPaths, BaseDirectory);
58
new
(SearchPaths, baseDirectory);
6 references to RelativePathResolver
Microsoft.CodeAnalysis.CodeStyle (6)
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (6)
16
internal class RelativePathResolver : IEquatable<
RelativePathResolver
>
22
/// Initializes a new instance of the <see cref="
RelativePathResolver
"/> class.
54
public
RelativePathResolver
WithSearchPaths(ImmutableArray<string> searchPaths) =>
57
public
RelativePathResolver
WithBaseDirectory(string? baseDirectory) =>
60
public bool Equals(
RelativePathResolver
? other) =>
66
public override bool Equals(object? obj) => Equals(obj as
RelativePathResolver
);