1 write to ContentRootPath
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactoryContentRootAttribute.cs (1)
51ContentRootPath = contentRootPath;
3 references to ContentRootPath
Microsoft.AspNetCore.Mvc.Testing (3)
WebApplicationFactory.cs (1)
267contentRootAttribute.ContentRootPath);
WebApplicationFactoryContentRootAttribute.cs (2)
17/// in <c>Path.Combine(<see cref="ContentRootPath"/>, Path.GetFileName(<see cref="ContentRootTest"/>))"</c> 18/// and if the file exists it will set the content root to <see cref="ContentRootPath"/>.