CompilationOptions.MetadataReferenceResolver Property
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 paths to metadata references specified in source via #r directives. Null if the compilation can't contain references to metadata other than those explicitly passed to its factory (such as #r directives in sources).
public: property Microsoft::CodeAnalysis::MetadataReferenceResolver ^ MetadataReferenceResolver { public:
Microsoft::CodeAnalysis::MetadataReferenceResolver ^ get(); protected:
void set(Microsoft::CodeAnalysis::MetadataReferenceResolver ^ value); };
public Microsoft.CodeAnalysis.MetadataReferenceResolver MetadataReferenceResolver { get; protected set; }
public Microsoft.CodeAnalysis.MetadataReferenceResolver? MetadataReferenceResolver { get; protected set; }
member this.MetadataReferenceResolver : Microsoft.CodeAnalysis.MetadataReferenceResolver with get, set
Public Property MetadataReferenceResolver As MetadataReferenceResolver
Property Value
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.