1 implementation of ICompilationReferencesProvider
Microsoft.AspNetCore.Mvc (1)
MvcServiceCollectionExtensions.cs (1)
339
private sealed class FrameworkAssemblyPart : AssemblyPart,
ICompilationReferencesProvider
3 references to ICompilationReferencesProvider
Microsoft.AspNetCore.Mvc (1)
MvcServiceCollectionExtensions.cs (1)
346
IEnumerable<string>
ICompilationReferencesProvider
.GetReferencePaths() => Enumerable.Empty<string>();
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
MvcRazorRuntimeCompilationOptions.cs (1)
30
/// By default, the runtime compiler <see cref="
ICompilationReferencesProvider
"/> to gather references
RazorReferenceManager.cs (1)
62
if (part is
ICompilationReferencesProvider
compilationReferenceProvider)