SourceFileResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves references to source files specified in source code.
public ref class SourceFileResolver : Microsoft::CodeAnalysis::SourceReferenceResolver, IEquatable<Microsoft::CodeAnalysis::SourceFileResolver ^>
public class SourceFileResolver : Microsoft.CodeAnalysis.SourceReferenceResolver, IEquatable<Microsoft.CodeAnalysis.SourceFileResolver>
type SourceFileResolver = class
inherit SourceReferenceResolver
interface IEquatable<SourceFileResolver>
Public Class SourceFileResolver
Inherits SourceReferenceResolver
Implements IEquatable(Of SourceFileResolver)
- Inheritance
- Implements
Constructors
SourceFileResolver(IEnumerable<String>, String) | |
SourceFileResolver(ImmutableArray<String>, String, ImmutableArray<KeyValuePair<String,String>>) | |
SourceFileResolver(ImmutableArray<String>, String) |
Properties
BaseDirectory | |
Default | |
PathMap | |
SearchPaths |
Methods
Equals(Object) | |
Equals(SourceFileResolver) | |
FileExists(String) | |
GetHashCode() | |
NormalizePath(String, String) | |
OpenRead(String) | |
ReadText(String) |
Reads the contents of |
ResolveReference(String, String) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.