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