8 references to RazorReferenceManager
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (8)
CSharpCompiler.cs (2)
23private readonly RazorReferenceManager _referenceManager; 31public CSharpCompiler(RazorReferenceManager manager, IWebHostEnvironment hostingEnvironment)
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (3)
90services.TryAddSingleton<RazorReferenceManager>(); 103var referenceManager = s.GetRequiredService<RazorReferenceManager>();
LazyMetadataReferenceFeature.cs (3)
12private readonly RazorReferenceManager _referenceManager; 14public LazyMetadataReferenceFeature(RazorReferenceManager referenceManager) 20/// Invoking <see cref="RazorReferenceManager.CompilationReferences"/> ensures that compilation