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