1 write to _resourcePath
Microsoft.Extensions.FileProviders.Embedded (1)
EmbeddedResourceFileInfo.cs (1)
34_resourcePath = resourcePath;
2 references to _resourcePath
Microsoft.Extensions.FileProviders.Embedded (2)
EmbeddedResourceFileInfo.cs (2)
94var stream = _assembly.GetManifestResourceStream(_resourcePath); 97throw new InvalidOperationException($"Couldn't get resource at '{_resourcePath}'.");