2 instantiations of RelativePathResolver
Microsoft.CodeAnalysis.CodeStyle (2)
RelativePathResolver.cs (2)
57
new
(searchPaths, BaseDirectory);
60
new
(SearchPaths, baseDirectory);
6 references to RelativePathResolver
Microsoft.CodeAnalysis.CodeStyle (6)
RelativePathResolver.cs (6)
18
internal class RelativePathResolver : IEquatable<
RelativePathResolver
>
24
/// Initializes a new instance of the <see cref="
RelativePathResolver
"/> class.
56
public
RelativePathResolver
WithSearchPaths(ImmutableArray<string> searchPaths) =>
59
public
RelativePathResolver
WithBaseDirectory(string baseDirectory) =>
62
public bool Equals(
RelativePathResolver
other) =>
68
public override bool Equals(object obj) => Equals(obj as
RelativePathResolver
);