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