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