2 references to AdditionalReferencePaths
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
RazorReferenceManager.cs (2)
58
var referencePaths = new List<string>(_options.
AdditionalReferencePaths
.Count);
72
referencePaths.AddRange(_options.
AdditionalReferencePaths
);