1 write to ResourcePath
Microsoft.Extensions.FileProviders.Embedded (1)
Manifest\ManifestFile.cs (1)
18ResourcePath = resourcePath;
3 references to ResourcePath
Microsoft.Extensions.FileProviders.Embedded (3)
Manifest\ManifestDirectory.cs (1)
104var file = new ManifestFile(f.Name, f.ResourcePath);
Manifest\ManifestFileInfo.cs (2)
65var stream = Assembly.GetManifestResourceStream(ManifestFile.ResourcePath); 68throw new InvalidOperationException($"Couldn't get resource at '{ManifestFile.ResourcePath}'.");