1 implementation of ICompilationReferencesProvider
Microsoft.AspNetCore.Mvc (1)
MvcServiceCollectionExtensions.cs (1)
339private sealed class FrameworkAssemblyPart : AssemblyPart, ICompilationReferencesProvider
1 reference to ICompilationReferencesProvider
Microsoft.AspNetCore.Mvc (1)
MvcServiceCollectionExtensions.cs (1)
346IEnumerable<string> ICompilationReferencesProvider.GetReferencePaths() => Enumerable.Empty<string>();