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