2 references to ApplicationPartReferencePath
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (2)
RazorReferenceManagerTest.cs (2)
29
var expected = new[] {
ApplicationPartReferencePath
, additionalReferencePath };
45
.Returns(new[] {
ApplicationPartReferencePath
});