RazorReferenceManager.CompilationReferences 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.
Gets the set of compilation references to be used for Razor compilation.
public:
abstract property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::MetadataReference ^> ^ CompilationReferences { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::MetadataReference ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.MetadataReference> CompilationReferences { get; }
member this.CompilationReferences : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.MetadataReference>
Public MustOverride ReadOnly Property CompilationReferences As IReadOnlyList(Of MetadataReference)