1 write to ResourcePath
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
Manifest\TestEntry.cs (1)
21
new TestEntry() { Name = name,
ResourcePath
= path ?? name };
3 references to ResourcePath
Microsoft.Extensions.FileProviders.Embedded.Tests (3)
Manifest\TestEntry.cs (2)
12
public bool IsFile =>
ResourcePath
!= null;
24
new XElement("File", new XAttribute("Name", Name), new XElement("ResourcePath",
ResourcePath
)) :
TestAssembly.cs (1)
45
Files = entry.GetFiles().Select(f => f.
ResourcePath
).ToArray();