Share via


RazorReferenceManager.CompilationReferences Property

Definition

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)

Property Value

Applies to