3 references to CompilationReferences
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (3)
CSharpCompiler.cs (1)
85references: _referenceManager.CompilationReferences);
LazyMetadataReferenceFeature.cs (2)
20/// Invoking <see cref="RazorReferenceManager.CompilationReferences"/> ensures that compilation 23public IReadOnlyList<MetadataReference> References => _referenceManager.CompilationReferences;