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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.