1 implementation of GetReferencePaths
Microsoft.AspNetCore.Mvc (1)
MvcServiceCollectionExtensions.cs (1)
346IEnumerable<string> ICompilationReferencesProvider.GetReferencePaths() => Enumerable.Empty<string>();
2 references to GetReferencePaths
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RazorReferenceManager.cs (1)
60referencePaths.AddRange(compilationReferenceProvider.GetReferencePaths());
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (1)
RazorReferenceManagerTest.cs (1)
42.Setup(p => p.GetReferencePaths())